use $1
This commit is contained in:
parent
5c065162dd
commit
ec984efd3d
@ -19,7 +19,7 @@ fi
|
|||||||
PROCESSORG=
|
PROCESSORG=
|
||||||
if [[ $1 == org=* ]] ; then
|
if [[ $1 == org=* ]] ; then
|
||||||
# using a list of the repos in this organisatoin as input
|
# 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
|
# Get the ini file and relevant parameters - only needed for org processing
|
||||||
inifilename=$(echo ~)"/.smegit/config"
|
inifilename=$(echo ~)"/.smegit/config"
|
||||||
if [ ! -e $inifilename ] ; then
|
if [ ! -e $inifilename ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user