Didn't know a missing space could harm this many feelings

This commit is contained in:
purple 2023-04-02 20:52:21 +02:00
parent 5b05e13d16
commit 4afeb97edf

View file

@ -49,7 +49,7 @@ if [[ $1 != "-bash" ]]; then
fi; fi;
fi; fi;
if [[ $2 == "-i"]]; then if [[ $2 == "-i" ]]; then
if [[ $3 == "" ]]; then clr_bright "Expected 1 argument but got 0.";fi; if [[ $3 == "" ]]; then clr_bright "Expected 1 argument but got 0.";fi;
FILE=$3".blueprint" FILE=$3".blueprint"
if [[ ! -f "$FILE" ]]; then clr_red "$FILE could not be found.";exit 1;fi; if [[ ! -f "$FILE" ]]; then clr_red "$FILE could not be found.";exit 1;fi;