Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #30 from mariux64/fix-quotes-in-perlmodules
perl-modules: Fix quoting
  • Loading branch information
pmenzel committed Mar 7, 2019
2 parents eabddb5 + 7f4e7ca commit 81fdb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtypes/perl-module-makemaker.sh.in
Expand Up @@ -53,5 +53,5 @@ bee_install() {
start_cmd make ${BEE_MAKEFLAGS} \
install \
"${@}"
find ${D} -name perllocal.pod -exec rm {} \;
find "${D}" -name perllocal.pod -exec rm {} \;
}
2 changes: 1 addition & 1 deletion buildtypes/perl-module.sh.in
Expand Up @@ -53,5 +53,5 @@ bee_install() {
start_cmd ./Build \
install \
"${@}"
find ${D} -name perllocal.pod -exec rm {} \;
find "${D}" -name perllocal.pod -exec rm {} \;
}

0 comments on commit 81fdb63

Please sign in to comment.