diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 12247fb..82ae85b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ doIt() { if [ "$1" = "--force" ] || [ "$1" = "-f" ] then - doIt; + doIt else printf "This may overwrite existing files in your home directory. Are you sure? (y/n) " read -r REPLY |