diff --git a/.scripts/fuzzy_diff b/.scripts/fuzzy_diff index 30251a64..5571e16e 100755 --- a/.scripts/fuzzy_diff +++ b/.scripts/fuzzy_diff @@ -11,7 +11,7 @@ _usage() { LAUNCH_EDIT=1 if [ $# -eq 2 ]; then - if [ "$1" -eq "-n" ] || [ "$1" -eq "--no-edit" ]; then + if [ "$1" = "-n" ] || [ "$1" = "--no-edit" ]; then LAUNCH_EDIT=0 else _usage