From 36c59c9d17686856edd6c312f1d6d0abe542cd1a Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 21 Oct 2021 12:43:42 +0200 Subject: [PATCH] one missing space can mess up the whole program... --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 1a97b81..431776d 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -460,7 +460,7 @@ fi prompt "Would you like to add more packages? (Y/n)" MP="$response" -if [["$MP" != "n" ]]; then +if [[ "$MP" != "n" ]]; then prompt "Would you like to use a URL to a package list? (Y/n)" OL="$response" if [["$OL" == "n" ]]; then