|
|
@ -121,7 +121,6 @@ buildClean() { |
|
|
|
if [ "${1}" = "--help" ] || [ "${1}" = "-h" ]; then |
|
|
|
if [ "${1}" = "--help" ] || [ "${1}" = "-h" ]; then |
|
|
|
|
|
|
|
|
|
|
|
cat "${toplevelPath}\Documentation\buildLinux.txt" |
|
|
|
cat "${toplevelPath}\Documentation\buildLinux.txt" |
|
|
|
exit 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
elif [ "${1}" = "--cmake" ]; then |
|
|
|
elif [ "${1}" = "--cmake" ]; then |
|
|
|
|
|
|
|
|
|
|
@ -155,4 +154,6 @@ else |
|
|
|
echo "error: Bad or unknown option. Run with '--help' option for details." |
|
|
|
echo "error: Bad or unknown option. Run with '--help' option for details." |
|
|
|
exit 1 |
|
|
|
exit 1 |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exit 0 |
|
|
|