Skip to content

Commit

Permalink
Build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudOver committed Mar 28, 2018
1 parent 1121142 commit 77bc6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ for NAME in "${PACKAGES[@]}" ; do
cd $pwd
done

if [ "x$1" == "x" ] ; then
if ! [ "x$1" == "x" ] ; then
rsync -av $BUILDDIR/packages/$VERSION $1
fi

0 comments on commit 77bc6d4

Please sign in to comment.