mirror of
https://github.com/jhechavarria/say.sh.git
synced 2025-12-10 06:06:59 +00:00
correction bug d'affichage de la fonction saycfg
This commit is contained in:
4
say.sh
4
say.sh
@@ -37,7 +37,7 @@ saysupport()
|
||||
# Get/Set program config: language, volume, speed
|
||||
saycfg ()
|
||||
{
|
||||
cfg=`cat $CFGPATH`;
|
||||
cfg="`cat $CFGPATH`";
|
||||
if [ $# -ge 1 ]; then
|
||||
saylng $1
|
||||
if [ $# -ge 2 ]; then
|
||||
@@ -47,7 +47,7 @@ saycfg ()
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
echo "${cfg[*]}";
|
||||
echo $cfg;
|
||||
}
|
||||
|
||||
# Get/Set synthesiser lamguage
|
||||
|
||||
Reference in New Issue
Block a user