Skip to content

Commit

Permalink
Fix quoting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justin8 committed Dec 17, 2015
1 parent 6744d3d commit 496e44a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dmakepkg
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ docker run --name "$name" \
--rm \
--net=host \
-v $(pwd):/src \
"$CACHE" \
"$CONF" \
"$MAKEPKG" \
"$SRCDEST" \
"$PKGDEST" \
"$SRCPKGDEST" \
"$LOGDEST" \
$CACHE \
$CONF \
$MAKEPKG \
$SRCDEST \
$PKGDEST \
$SRCPKGDEST \
$LOGDEST \
justin8/makepkg -u "$EUID" -g "$(id -g $EUID)" "$@"
rc=$?

Expand Down

0 comments on commit 496e44a

Please sign in to comment.