From d7af5ad70fddad0b5540743b2c17ea530ad6931f Mon Sep 17 00:00:00 2001 From: thomasba Date: Sat, 18 Jul 2015 13:21:23 +0200 Subject: [PATCH] bugfix --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 2886181..e394cc2 100755 --- a/install +++ b/install @@ -48,7 +48,7 @@ function symlink() { } function ask() { cecho white " ? Install file '$1'? [N/y] " - input c + read c if [ "$c" == "y" -o "$c" == "Y" ] ; then backup_file "$1" symlink "$1" "$2"