Update test.sh

This commit is contained in:
2019-01-31 23:41:07 -06:00
parent 69eb90429c
commit 60a25fb3d3

View File

@@ -24,9 +24,11 @@ function myfunc()
myresult[0]="a"
myresult[1]="b"
echo 'yes';
if [ -f /etc/debian_version ] ; then
myresult[2]="c"
myresult[3]="d"
myresult[4]="e"
fi
echo "ok"
}