diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-11-20 19:12:13 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-11-20 19:12:13 +0000 |
commit | 524aa3ad94310af0fd27c283cec2a8b965722b23 (patch) | |
tree | 0d5ed6eb87d349143842791a48c21467442c9106 /gnustep-base/gnustep-make | |
parent | Stable on ppc64; bug #199322 (diff) | |
download | gentoo-2-524aa3ad94310af0fd27c283cec2a8b965722b23.tar.gz gentoo-2-524aa3ad94310af0fd27c283cec2a8b965722b23.tar.bz2 gentoo-2-524aa3ad94310af0fd27c283cec2a8b965722b23.zip |
Add copyright and CVS Header
(Portage version: 2.1.3.9)
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 |