Removed shebang from all scripts that are to be sourced, not executed, to stop warning from rpmlint and other packaging checking programs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-01-17 02:32:21 +00:00
parent f85ec90735
commit 42e119ced2
8 changed files with 21 additions and 7 deletions

View file

@ -1,3 +1,17 @@
2008-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUstep.sh.in: Removed shebang expressioin '#! /bin/xxx' at the
beginning of the file to stop package checking systems from
complaining that this is an executable script installed with the
wrong permissions (Problem reported by Gareth Armstrong
<gareth.armstrong@hp.com>).
* GNUstep.csh.in: Same change.
* filesystem.sh.in: Same change.
* filesystem.csh.in: Same change.
* GNUstep-reset.sh: Same change.
* ld_lib_path.sh: Same change.
* ld_lib_path.csh: Same change.
2008-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
* FilesystemLayouts/fhs-system (GNUSTEP_SYSTEM_DOC_MAN): Changed

View file

@ -1,4 +1,4 @@
#! /bin/echo This file must be sourced inside (ba)sh using: .
# This file must be sourced inside (ba)sh using: .
#
# GNUstep-reset.sh
#

View file

@ -1,4 +1,4 @@
#! /bin/echo This file must be sourced inside csh using: source
# This file must be sourced inside csh using: source
#
# @configure_input@
#

View file

@ -1,4 +1,4 @@
#! /bin/echo This file must be sourced inside (ba)sh using: .
# This file must be sourced inside (ba)sh using: .
#
# @configure_input@
#

View file

@ -1,4 +1,4 @@
#! /bin/echo This file must be sourced inside csh using: source
# This file must be sourced inside csh using: source
#
# @configure_input@
#

View file

@ -1,4 +1,4 @@
#! /bin/echo This file must be sourced inside (ba)sh using: .
# This file must be sourced inside (ba)sh using: .
#
# @configure_input@
#

View file

@ -1,4 +1,4 @@
#!/bin/csh
# This file must be sourced inside csh using: source
#
# ld_lib_path.csh
#

View file

@ -1,4 +1,4 @@
#! /bin/sh
# This file must be sourced inside (ba)sh using: .
#
# ld_lib_path.sh
#