diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-07 16:36:27 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-07 16:36:27 +0000 |
commit | 88e08b33b15b25ab37165b05ce324f34ea9d1879 (patch) | |
tree | 0ab7ede873e002fc9e448787d0c7d5bbd9122369 /mk/defs.IRIX.mk | |
parent | 403f6666d841c6697887c783bdeaab44adaa9433 (diff) | |
download | pkgsrc-88e08b33b15b25ab37165b05ce324f34ea9d1879.tar.gz |
Use /bin/ksh in favor of /bin/sh, which seems to loose variables
(such as the rather important MAKE variable set by bmake).
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r-- | mk/defs.IRIX.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index 1b05028daa8..ef1f5481bc1 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.21 2003/03/04 14:50:11 seb Exp $ +# $NetBSD: defs.IRIX.mk,v 1.22 2003/03/07 16:36:27 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -60,7 +60,7 @@ RM?= /sbin/rm RMDIR?= /usr/bin/rmdir SED?= /sbin/sed SETENV?= /sbin/env -SH?= /bin/sh +SH?= /bin/ksh SHLOCK= ${LOCALBASE}/bin/shlock SORT?= /usr/bin/sort SU?= /sbin/su |