]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
getsounds.sh: adjust last commit
authorTravis Cross <tc@traviscross.com>
Tue, 24 Apr 2012 04:42:36 +0000 (04:42 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 24 Apr 2012 05:12:07 +0000 (05:12 +0000)
build/getsounds.sh.in

index c4a434ad2811132e944b17ab51a2a028845b7a8e..f25922c7efda0bde859c9f8810f16f7842ac2c28 100755 (executable)
@@ -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