diff --git a/msman.sh b/msman.sh index 0d3c2e3..10f04ed 100755 --- a/msman.sh +++ b/msman.sh @@ -466,8 +466,7 @@ if [[ "$1" == "--redownload" ]] || [[ "$1" == "-r" ]]; then exec "$0" exit 0 elif [[ "$1" == "--edit-config" ]] || [[ "$1" == "-e" ]]; then - if ! command -v $EDITOR &> /dev/null - then + if ! command -v $EDITOR &> /dev/null; then echo "EDITOR is not set." echo "Open 'msman.cfg' manually." exit 1