1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 01:21:47 +00:00

(retroarch-zip) BSD compatibility patch from random user. Maister - check this

This commit is contained in:
twinaphex 2013-07-01 20:40:14 +02:00
parent 22dd9e2894
commit a050a9ab88

@ -17,7 +17,7 @@ if [ -z "$1" ]; then
fi fi
COMP_FILE="$1" COMP_FILE="$1"
TMPDIR="`mktemp -d`" TMPDIR="`mktemp -d /tmp/retroarch-XXXXXX`"
shift shift
extract_zip() extract_zip()