From a5ed41fd54ed0a52e50c34978b63954583bd225b Mon Sep 17 00:00:00 2001 From: Lawrence Lagerlof Date: Sat, 17 Sep 2022 12:51:53 -0300 Subject: [PATCH] Added quotes to $DESTINATION_DIR in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c9fc46..a4596f5 100755 --- a/install.sh +++ b/install.sh @@ -73,7 +73,7 @@ fi rm -f /tmp/h-m-m # Make the copied file executable -if ! sudo chmod +x $DESTINATION_DIR/h-m-m; then +if ! sudo chmod +x "$DESTINATION_DIR/h-m-m"; then printf "ERROR: Could not make the script %s/h-m-m executable.\n" "$DESTINATION_DIR" exit 1 fi