1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-20 15:03:01 +00:00

fix for crappy wanker os

This commit is contained in:
bebbo
2018-12-20 12:26:16 +01:00
parent 405cfb20bd
commit 0ca53a6e19

View File

@ -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