STYLE: allow '=' option separators in some bin/tools scripts

This commit is contained in:
Mark Olesen
2019-06-26 11:27:53 +02:00
committed by Andrew Heather
parent ff81ec8cf3
commit f7a707e00e
5 changed files with 39 additions and 19 deletions

View File

@ -209,8 +209,7 @@ replaceCsh()
done
}
# Get the option's value (argument).
# Die if the argument doesn't exist or is empty
# Get the option's value (argument), or die on missing or empty argument
# $1 option
# $2 value
getOptionValue()