summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwift Geek2013-09-01 04:30:45 +0000
committerThomas Dziedzic2013-09-01 04:30:45 +0000
commit44ad2cbcdb4cda39b717474a6c8cb4238fbcb73f (patch)
tree553f177717f8a4d40dba83c5df3a0566a1115d3d /PKGBUILD
parenta6cb79ee3faea4b84ed9f823a57327a0009b3ef6 (diff)
downloadaur-44ad2cbcdb4cda39b717474a6c8cb4238fbcb73f.tar.gz
Import from pkgbuild.com service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10101fb448b1..b1b870e6e9f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -109,6 +109,7 @@ build() {
else # TODO: else if not that try showing up dialog menu with checkboxes based on available defconfigs ;)
warning "Config undetected"
# WAIT 10s FOR INTEACTIVE PART - PRESS I FOR INTERACTIVE CONFIG
+ tty -s # Checks if user input is accesssible, otherwise fail
countdown 10 & countdown_pid=$!
read -s -n 1 -t 10 ikey || true
kill $countdown_pid