changeset 12732:10f6727fbaa8 stable

maint: don't set SHELL to /bin/sh in common.mk * common.mk (SHELL): Delete.
author John W. Eaton <jwe@octave.org>
date Fri, 10 Jun 2011 11:26:07 -0400
parents 633ef00d963c
children b67c2d580a25
files common.mk
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common.mk
+++ b/common.mk
@@ -1,5 +1,3 @@
-SHELL = /bin/sh
-
 AWK = @AWK@
 export AWK