Skip to content

Commit

Permalink
More test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 5, 2018
1 parent 1b59802 commit ebee756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Expand Up @@ -34,7 +34,7 @@ echo "git checkout $GITSHA" >> docker-package.sh
cat >> docker-package.sh << "EOF"
mkdir build; cd build;
if [ -v RELNAME ]
if [ -x ${RELNAME+x} ]
then
cmake -DPDAL_VERSION_STRING=$RELNAME ..
else
Expand Down

0 comments on commit ebee756

Please sign in to comment.