mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-20 05:23:50 +00:00
fix for crappy wanker os
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user