diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /misc/mmv | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) |
/bin/sh -> ${SH}
Notes
Notes:
svn path=/head/; revision=7303
Diffstat (limited to 'misc/mmv')
-rw-r--r-- | misc/mmv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 732a1191ec1e..5e5f40a176ea 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Feb 1995 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.14 1996/12/08 11:55:03 max Exp $ +# $Id: Makefile,v 1.15 1996/12/08 12:02:01 max Exp $ # DISTNAME= mmv @@ -33,7 +33,7 @@ do-extract: uncompress ${WRKDIR}/tmp/*; \ cd ${WRKDIR}; \ for file in tmp/part0* ; do \ - /bin/sh ${SCRIPTDIR}/unshar $$file; \ + ${SH} ${SCRIPTDIR}/unshar $$file; \ done ; \ ${CAT} mmv.c.? >mmv.c ; ${RM} mmv.c.? ) |