Skip to content

Commit 3035bc7

Browse files
committed
Handle multiple config repos
1 parent 4a82276 commit 3035bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ while getopts a:Cc:d:Nm:th:vR: OPT; do
7575
HOSTDIR="$OPTARG"
7676
;;
7777
R)
78-
CFG_REPO="-R $OPTARG"
78+
CFG_REPO+="-R $OPTARG "
7979
;;
8080
\?)
8181
printf "%s\n" "$USAGE"

0 commit comments

Comments
 (0)