mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-04 03:18:57 +00:00
Compare commits
2 Commits
d051045a02
...
6b1ddc972a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b1ddc972a | ||
|
|
ca0f5a1a15 |
@@ -32,7 +32,8 @@ case $1 in
|
||||
if [ ! -e "build/$2" ] || [ "$(ls -l build/$2)" == "total 0" ]; then
|
||||
mkdir -p build/$2
|
||||
pushd build/$2
|
||||
lha x "../../download/$file"
|
||||
lha x "../../download/$file"
|
||||
find . -type d -exec chmod +x {} \;
|
||||
popd
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user