portability fixes from freebsd (MrFixit? q@uni.de)

This commit is contained in:
Bill Currie 2003-03-31 16:30:23 +00:00
parent 58541b6855
commit 87e73b6e26

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
# create pak files with gzipped internals
if [ $# -eq 0 ]; then
@ -18,7 +18,7 @@ for pakfile in $*; do
# cosmetic (gzip preserves timestamps.. could come in handy)
find * -type f \
-exec touch {} -r ${pakfile} \;
-exec touch -r ${pakfile} {} \;
find * -type f \
! -name '*.gz' ! -name '*.jpg' ! -name '*.ogg' ! -name '*.png' \