Commit 8379d79d authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing minor build.sh bug

parent 14596104
...@@ -23,7 +23,7 @@ if [ $# -lt 1 ]; then ...@@ -23,7 +23,7 @@ if [ $# -lt 1 ]; then
exit 1 exit 1
fi fi
if [ ! $1 = "all" ] || [ ! $1 = "ihaskell" ] || [ ! $1 = "display" ] || [ ! $1 = "quick" ]; then if [ ! $1 = "all" ] && [ ! $1 = "ihaskell" ] && [ ! $1 = "display" ] && [ ! $1 = "quick" ]; then
print_help; print_help;
exit 1; exit 1;
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment