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