1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-18 23:37:05 +01:00

CI scripts update

This commit is contained in:
2019-04-26 17:36:44 +01:00
parent e44460c9fd
commit eb73d2f269
7 changed files with 9 additions and 13 deletions

View File

@ -3,7 +3,7 @@
NAME='nlopt-2.4.2'
if (( $# != 1 )); then
echo "usage: `basename $0` <prefix> {osx|linux}" 1>&2
echo "usage: `basename $0` <prefix>" 1>&2
exit 1
fi
PREFIX=$1