From 77bc6d4c52456624d844490b078ce35d643298c0 Mon Sep 17 00:00:00 2001 From: Maciej Nabozny Date: Wed, 28 Mar 2018 15:50:33 +0200 Subject: [PATCH] Build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 04151aa..a24f976 100755 --- a/build.sh +++ b/build.sh @@ -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