mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 03:47:39 +00:00
getsounds.sh: style tweaks
This commit is contained in:
parent
9a2b82dace
commit
59d08bd033
@ -31,14 +31,14 @@ fi
|
||||
if [ ! -f $DIR/$tarfile ]; then
|
||||
(cd $DIR && $DOWNLOAD_CMD $base$tarfile)
|
||||
if [ ! -f $DIR/$tarfile ]; then
|
||||
echo cannot find $tarfile
|
||||
echo "cannot find $tarfile"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -z $install ] ; then
|
||||
if [ ! -z "$install" ]; then
|
||||
test -d $install || mkdir $install
|
||||
cd $install && $ZCAT -c -d $DIR/$tarfile | $TAR xf -
|
||||
(cd $install && $ZCAT -c -d $DIR/$tarfile | $TAR xf -)
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user