Skip to content

Commit

Permalink
fixed error msg when -e option is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin.Jaillet committed Aug 19, 2020
1 parent c6024a5 commit d4dc912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ while [ $# != 0 ];do
done

if [ -z $MODE ]; then
echo "ERROR: the -t option is mandatory. Check Usage and relaunch"
echo "ERROR: the -e option is mandatory. Check Usage and relaunch"
Usage
exit
fi
Expand Down

0 comments on commit d4dc912

Please sign in to comment.