Skip to content

Commit

Permalink
Missing 'then'.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 9, 2018
1 parent 3666697 commit af344bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Expand Up @@ -44,7 +44,7 @@ do
do
filename=${name/$PDAL_VERSION/$PDAL_VERSION$SUFFIX}
if [ $name != $filename ]
mv $name $filename
then mv $name $filename
fi
`md5sum $filename > $filename.md5`
`sha256sum $filename > $filename.sha256sum`
Expand Down

0 comments on commit af344bd

Please sign in to comment.