Trim spaces from the package list before using
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
d8f4565b89
commit
c8df7387dd
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ while getopts 'i:P:p:a:t:fvh' arg; do
|
|||
esac
|
||||
done
|
||||
|
||||
#trim spaces
|
||||
PKGLIST="$(echo $PKGLIST)"
|
||||
|
||||
shift $(($OPTIND - 1))
|
||||
echo "ARGS: $@"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue