From d8a58488bd56ef9c09e167173124c3519bc7405d Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 15 Jan 2018 09:30:24 -0800 Subject: Update libc crate to 0.2.36 Import subrepo libc/:libc at 16a0f4a3d6c836f88f50c58f5d0a74a32cbf0193 --- libc/ci/android-accept-licenses.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 libc/ci/android-accept-licenses.sh (limited to 'libc/ci/android-accept-licenses.sh') 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 -} -- cgit v1.2.1