diff options
author | phk <phk@FreeBSD.org> | 2004-03-10 11:11:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-03-10 11:11:58 +0000 |
commit | e17ff1a0eba1ee6b656b32f4854e78c3bc96f041 (patch) | |
tree | 7c39afc034e1041f2b249f3f1af504098362fc4e | |
parent | 26739bcc238fce8a439edc1ea16435a63630f585 (diff) | |
download | FreeBSD-src-e17ff1a0eba1ee6b656b32f4854e78c3bc96f041.zip FreeBSD-src-e17ff1a0eba1ee6b656b32f4854e78c3bc96f041.tar.gz |
We don't retain 'x' bits in CVS so explicity use sh to run script.
-rw-r--r-- | tools/tools/nanobsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/Makefile b/tools/tools/nanobsd/Makefile index 793b585..5866ee8 100644 --- a/tools/tools/nanobsd/Makefile +++ b/tools/tools/nanobsd/Makefile @@ -135,7 +135,7 @@ _.md: _.cs mtree -deU -f ${WD}/etc/mtree/BSD.sendmail.dist -p ${WD}/ .endif (cd ${WD} && mtree -c -Kmd5digest ) > _.mtree.tmp - ${.CURDIR}/i386.diskimage \ + sh -e ${.CURDIR}/i386.diskimage \ ${SECTS} \ ${HD} \ ${SC} \ |