mirror of
https://github.com/jhechavarria/say.sh.git
synced 2025-12-10 06:06:59 +00:00
debogage de la fonction saylng
This commit is contained in:
2
say.sh
2
say.sh
@@ -56,7 +56,7 @@ saycfg ()
|
|||||||
# Get/Set synthesiser lamguage
|
# Get/Set synthesiser lamguage
|
||||||
saylng ()
|
saylng ()
|
||||||
{
|
{
|
||||||
cfg=( `cat $CFGPATH` );
|
cfg=`cat $CFGPATH`;
|
||||||
IFS=', ' read -r -a cfg <<< "$cfg";
|
IFS=', ' read -r -a cfg <<< "$cfg";
|
||||||
if [ $# -eq 1 ]; then
|
if [ $# -eq 1 ]; then
|
||||||
saysupport $1;
|
saysupport $1;
|
||||||
|
|||||||
Reference in New Issue
Block a user