From: Travis Cross Date: Tue, 24 Apr 2012 04:42:36 +0000 (+0000) Subject: getsounds.sh: adjust last commit X-Git-Tag: v1.2-rc1~17^2~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3367b2da2672bf07eb7924c4704019eff88d23b;p=thirdparty%2Ffreeswitch.git getsounds.sh: adjust last commit --- diff --git a/build/getsounds.sh.in b/build/getsounds.sh.in index c4a434ad28..f25922c7ef 100755 --- a/build/getsounds.sh.in +++ b/build/getsounds.sh.in @@ -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