diff options
Diffstat (limited to 'gnustep-base/gnustep-make')
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-2.csh | 5 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-2.sh | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnustep-base/gnustep-make/files/gnustep-2.csh b/gnustep-base/gnustep-make/files/gnustep-2.csh index 00dfd6159aa9..a9af0de85e98 100644 --- a/gnustep-base/gnustep-make/files/gnustep-2.csh +++ b/gnustep-base/gnustep-make/files/gnustep-2.csh @@ -1,4 +1,7 @@ -#!/bin/csh +#!/usr/bin/env csh +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.csh,v 1.2 2007/11/20 19:12:13 grobian Exp $ # Test for an interactive shell if ( $?prompt ) then diff --git a/gnustep-base/gnustep-make/files/gnustep-2.sh b/gnustep-base/gnustep-make/files/gnustep-2.sh index 652a8e8bad73..e69e18bc8f1b 100644 --- a/gnustep-base/gnustep-make/files/gnustep-2.sh +++ b/gnustep-base/gnustep-make/files/gnustep-2.sh @@ -1,4 +1,7 @@ -#!/bin/sh +#!/usr/bin/env sh +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.sh,v 1.2 2007/11/20 19:12:13 grobian Exp $ # Test for an interactive shell case $- in |