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
@ -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…
Reference in New Issue
Block a user