From 0fd6154ce4005c2513bb6c2939cb0cc9539c028e Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 21 Oct 2021 13:11:21 +0200 Subject: [PATCH] once again, a single missing space breaks it --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 431776d..bcea2aa 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -463,7 +463,7 @@ MP="$response" if [[ "$MP" != "n" ]]; then prompt "Would you like to use a URL to a package list? (Y/n)" OL="$response" - if [["$OL" == "n" ]]; then + if [[ "$OL" == "n" ]]; then prompt "Write package names" PKGNS="$response" inf "Installing: $PKGNS"