From 0ca53a6e19430ec88fdb3f13233b1397563d8c3e Mon Sep 17 00:00:00 2001 From: bebbo Date: Thu, 20 Dec 2018 12:26:16 +0100 Subject: [PATCH] fix for crappy wanker os --- sdk/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/install b/sdk/install index fca1d94..b31af18 100755 --- a/sdk/install +++ b/sdk/install @@ -24,7 +24,7 @@ case $1 in pushd projects/$file git pull popd - rsync -s projects/$file/* build/$2/ + rsync projects/$file/* build/$2/ else if [ ! -e "download/$file" ]; then echo wget ${a[1]}:${a[2]} -O download/$file