From ec984efd3d2a0138f2b6203984cd2c24252f8d63 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 3 Jun 2023 16:51:39 +1000 Subject: [PATCH] use $1 --- parse-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-list.sh b/parse-list.sh index 0e74f26..f1b7ef6 100755 --- a/parse-list.sh +++ b/parse-list.sh @@ -19,7 +19,7 @@ fi PROCESSORG= if [[ $1 == org=* ]] ; then # using a list of the repos in this organisatoin as input - PROCESSORG=${$param#*=} + PROCESSORG=${1#*=} # Get the ini file and relevant parameters - only needed for org processing inifilename=$(echo ~)"/.smegit/config" if [ ! -e $inifilename ] ; then