mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
fix for crappy wanker os
This commit is contained in:
@ -24,7 +24,7 @@ case $1 in
|
|||||||
pushd projects/$file
|
pushd projects/$file
|
||||||
git pull
|
git pull
|
||||||
popd
|
popd
|
||||||
rsync -s projects/$file/* build/$2/
|
rsync projects/$file/* build/$2/
|
||||||
else
|
else
|
||||||
if [ ! -e "download/$file" ]; then
|
if [ ! -e "download/$file" ]; then
|
||||||
echo wget ${a[1]}:${a[2]} -O download/$file
|
echo wget ${a[1]}:${a[2]} -O download/$file
|
||||||
|
|||||||
Reference in New Issue
Block a user