aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/build-make-prep2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/build-make-prep b/libexec/build-make-prep
index 5150b0d..572343d 100755
--- a/libexec/build-make-prep
+++ b/libexec/build-make-prep
@@ -36,7 +36,7 @@ build_make_prep()
SOURCE_DIR="${BUILDER_PKGDIR}/${CATEGORY}/${NAME}/source"
if test -e "${SOURCE_DIR}"; then
- echo "prepping ${1} from source: '${SOURCE_DIR}"
+ echo "prepping ${1} from source: '${SOURCE_DIR}'"
if [ "$(command -v rsync)" ]; then
if ! rsync -rav --delete "${SOURCE_DIR}/" "${S}"; then
die "failed to sync source to '${S}'"