diff options
Diffstat (limited to 'libexec/build-make-prep')
-rwxr-xr-x | libexec/build-make-prep | 2 |
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}'" |