Skip to content

Commit e584d68

Browse files
authored
Report slightly better error (#135)
in case of putting incorrect value for the compiler parameter
1 parent c75829b commit e584d68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ case $compiler in
3333
install_lfortran $platform
3434
;;
3535
*)
36+
echo "Compiler '$compiler' not supported. Please check docs."
3637
exit 1
3738
;;
3839
esac

0 commit comments

Comments
 (0)