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
|
# Get/Set program config: language, volume, speed
|
||||||
saycfg ()
|
saycfg ()
|
||||||
{
|
{
|
||||||
cfg=`cat $CFGPATH`;
|
cfg="`cat $CFGPATH`";
|
||||||
if [ $# -ge 1 ]; then
|
if [ $# -ge 1 ]; then
|
||||||
saylng $1
|
saylng $1
|
||||||
if [ $# -ge 2 ]; then
|
if [ $# -ge 2 ]; then
|
||||||
@@ -47,7 +47,7 @@ saycfg ()
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo "${cfg[*]}";
|
echo $cfg;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get/Set synthesiser lamguage
|
# Get/Set synthesiser lamguage
|
||||||
|
|||||||
Reference in New Issue
Block a user