diff options
author | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /misc/mmv/Makefile | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'misc/mmv/Makefile')
-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.? ) |