bkruse: branch 2.0 r3757 - /branches/2.0/scripts/dldsoundpack
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 4 15:50:43 CDT 2008
Author: bkruse
Date: Thu Sep 4 15:50:42 2008
New Revision: 3757
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3757
Log:
Still have to fix the ability to download if you
are not on an AA50, but if there is a space in assignment, sh
and bash alike both consider it to be calling a function with parameters
= and argument
Modified:
branches/2.0/scripts/dldsoundpack
Modified: branches/2.0/scripts/dldsoundpack
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/scripts/dldsoundpack?view=diff&rev=3757&r1=3756&r2=3757
==============================================================================
--- branches/2.0/scripts/dldsoundpack (original)
+++ branches/2.0/scripts/dldsoundpack Thu Sep 4 15:50:42 2008
@@ -16,12 +16,12 @@
echo "Updating English language ($SOUNDS_LANGUAGE)"
elif [ "fr" = "$1" ]; then
SOUNDS_LANGUAGE="$1"
- DO_EXTRA ="no"
+ DO_EXTRA="no"
SOUND_LOC="$SOUND_LOC/$1"
echo "Updating French language ($SOUNDS_LANGUAGE)"
elif [ "es" = "$1" ]; then
SOUNDS_LANGUAGE="$1"
- DO_EXTRA ="no"
+ DO_EXTRA="no"
SOUND_LOC="$SOUND_LOC/$1"
echo "Updating Spanish language ($SOUNDS_LANGUAGE)"
else
More information about the asterisk-gui-commits
mailing list