We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a82276 commit 3035bc7Copy full SHA for 3035bc7
1 file changed
configure
@@ -75,7 +75,7 @@ while getopts a:Cc:d:Nm:th:vR: OPT; do
75
HOSTDIR="$OPTARG"
76
;;
77
R)
78
- CFG_REPO="-R $OPTARG"
+ CFG_REPO+="-R $OPTARG "
79
80
\?)
81
printf "%s\n" "$USAGE"
0 commit comments