summaryrefslogtreecommitdiff
path: root/TestRelease.job
diff options
context:
space:
mode:
Diffstat (limited to 'TestRelease.job')
-rwxr-xr-xTestRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestRelease.job b/TestRelease.job
index e7db8878..afc004ae 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -92,7 +92,7 @@ fi
# Compile the test case
rm -f ${testdir}/hi
-params="-o ${testdir}/hi ${testdir}/hello.cpp ${specs:-} -static"
+params="-o ${testdir}/hi ${testdir}/hello.cpp ${specs-} -static"
if test ${win32} -eq 0; then
${testdir}/${dir}/bin/${target}-c++ ${params}
else