[basestrap] add double quotes

This commit is contained in:
udeved 2015-06-03 16:52:31 +02:00
parent 81f3ea0176
commit 62fadc9b08

View file

@ -52,7 +52,7 @@ orig_argv=("$@")
opts=':C:cdGiM'
while getopts ${opts} arg; do
case ${arg} in
case "${arg}" in
C) pacman_config=$OPTARG ;;
d) directory=true ;;
c) hostcache=true ;;