(SHELL): Define to /bin/bash.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 10 Jan 1994 18:42:47 +0000 (10:42 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 10 Jan 1994 18:42:47 +0000 (10:42 -0800)
From-SVN: r6365

gcc/config/x-lynx

index 8252906..9769a13 100644 (file)
@@ -5,3 +5,6 @@ OLDCC   = /bin/gcc
 # ??? This takes far too long to run, several hours, so let's not do it for
 # now.
 STMP_FIXPROTO =
+
+# /bin/sh is too buggy, so use /bin/bash instead.
+SHELL = /bin/bash