mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Define SHELL to be /bin/sh.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fcdbef5d07
commit
3baae6ce08
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ Thu Sep 25 11:25:36 1997 Ovidiu Predescu <ovidiu@net-community.com>
|
|||
* library.make: Likewise.
|
||||
* rules.make: Likewise.
|
||||
* tool.make: Likewise.
|
||||
* common.make: Define SHELL to be /bin/sh to avoid possible problems.
|
||||
|
||||
Wed Sep 24 17:54:41 1997 Scott Christley <scottc@speedy.net-community.com>
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
# If not, write to the Free Software Foundation,
|
||||
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
# Default version
|
||||
VERSION = 1.0.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue