diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-05 02:36:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-05 18:08:47 -0400 |
commit | 626705238075a1aceca518e4d464b5df6458750f (patch) | |
tree | 74d8d67eea8d4311de5f45f29ff2a26acb6bb3a2 /src/chroot-tools/hooks-distcc.sh | |
parent | 739f574f08814694c1b85d72ae8964bc0f0bdf97 (diff) |
quote calls to librelib
Diffstat (limited to 'src/chroot-tools/hooks-distcc.sh')
-rw-r--r-- | src/chroot-tools/hooks-distcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/hooks-distcc.sh b/src/chroot-tools/hooks-distcc.sh index 37c82dc..bb234b8 100644 --- a/src/chroot-tools/hooks-distcc.sh +++ b/src/chroot-tools/hooks-distcc.sh @@ -62,7 +62,7 @@ distcc_start() { _distcc_check - local _distcc_tool=$(librelib chroot/distcc-tool) + local _distcc_tool="$(librelib chroot/distcc-tool)" install -m755 "$_distcc_tool" "$copydir/bin/distcc-tool" mkdir -p "$home/.ssh" |