getsounds.sh: adjust last commit
This commit is contained in:
parent
0ec4e82664
commit
a3367b2da2
|
@ -24,7 +24,7 @@ echo "# $0 $1 $2"
|
|||
|
||||
if [ ! -f $tarfile ] ; then
|
||||
if [ -f $FS_SOUNDS_DIR/$tarfile ]; then
|
||||
test ! cp -l $FS_SOUNDS_DIR/$tarfile . \
|
||||
cp -l $FS_SOUNDS_DIR/$tarfile . \
|
||||
|| cp $FS_SOUNDS_DIR/$tarfile .
|
||||
else
|
||||
$DOWNLOAD_CMD $base$tarfile
|
||||
|
|
Loading…
Reference in New Issue