debogage de la fonction saylng

This commit is contained in:
jhechavarria
2018-08-23 02:11:36 +02:00
parent bba7cf5386
commit 021988fe88

2
say.sh
View File

@@ -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;