fixes double brackets

This commit is contained in:
Jonas Forsberg 2025-03-13 11:08:19 +01:00
parent 6694e1dde9
commit d226951ba8

View File

@ -23,7 +23,7 @@ if [[ "$1" == "version" ]];then
exit 0
fi
if [ "$1" == "--help" ]; then
if [[ "$1" == "--help" ]]; then
print_help
exit 0
fi