aboutsummaryrefslogtreecommitdiff
path: root/libc/ci/android-accept-licenses.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ci/android-accept-licenses.sh')
-rwxr-xr-xlibc/ci/android-accept-licenses.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/ci/android-accept-licenses.sh b/libc/ci/android-accept-licenses.sh
deleted file mode 100755
index 8d8f60a..0000000
--- a/libc/ci/android-accept-licenses.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/expect -f
-# ignore-license
-
-set timeout 1800
-set cmd [lindex $argv 0]
-set licenses [lindex $argv 1]
-
-spawn {*}$cmd
-expect {
- "Do you accept the license '*'*" {
- exp_send "y\r"
- exp_continue
- }
- eof
-}