do not use abc coz of ... you know why

This commit is contained in:
bebbo 2019-04-27 23:10:25 +02:00
parent 5ef3f942ca
commit 4a30e13574
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ case $1 in
fi
dir=$(basename $(dirname $line))
#lower-case the directory part
outdir=${dir,,}
outdir=$(echo "$dir" | tr '[:upper:]' '[:lower:]')
if [[ $file == *.h ]] || [[ $file == *.i ]]; then
mkdir -p "$3/m68k-amigaos/include/$outdir"
echo cp "build/$2/$line" "$3/m68k-amigaos/include/$outdir/$file"