Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 5, 2018
1 parent 81e49e4 commit bf689e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Expand Up @@ -35,7 +35,7 @@ cat >> docker-package.sh << "EOF"
mkdir build; cd build;
echo "#1 RELNAME= $RELNAME"
if [ -z ${RELNAME+x} ]
if [ $RELNAME ]
then
echo "### Making with version string = $RELNAME"
cmake -DPDAL_VERSION_STRING=$RELNAME ..
Expand Down

0 comments on commit bf689e6

Please sign in to comment.