From 60a25fb3d317d8c9d8b83d3ce3852ce1d200e627 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 23:41:07 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 2ba58fe..6571369 100755 --- a/test.sh +++ b/test.sh @@ -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" }