From 94e0c0b6855d3df58c5ab1731b2df06537d02d83 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 3 May 2019 10:04:22 +0200 Subject: [PATCH] Fix bug --- tforgione.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tforgione.sh b/tforgione.sh index 4f012a3..b1df2c3 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -156,7 +156,7 @@ clone_dotfiles() { configure_dotfiles() { yes_no_ask "do you wish to configure the dotfiles ?" - if [ $? -eq 0 ]; then + if [ $? -ne 0 ]; then return fi