diff --git a/run_spectra.sh b/run_spectra.sh index b1ac116..949732e 100755 --- a/run_spectra.sh +++ b/run_spectra.sh @@ -13,7 +13,7 @@ if [ "$#" -ne 1 ]; then show_usage fi -if ! command -v mvn &> /dev/null; then +if ! command -v mvn > /dev/null; then echo "Maven (mvn) is not found in the path" exit 1 fi