aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/compile/compile.sh')
-rwxr-xr-xtest/compile/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile/compile.sh b/test/compile/compile.sh
index 0e3425f8d..b7a3b39d8 100755
--- a/test/compile/compile.sh
+++ b/test/compile/compile.sh
@@ -52,7 +52,7 @@ print_title() {
52 echo "**************************************************" 52 echo "**************************************************"
53} 53}
54 54
55DIST="$(TARNAME)-$(VERSION)" 55DIST="$TARNAME-$VERSION"
56while [[ $# -gt 0 ]]; do # Until you run out of parameters . . . 56while [[ $# -gt 0 ]]; do # Until you run out of parameters . . .
57 case "$1" in 57 case "$1" in
58 --clean) 58 --clean)