Skip to content

Commit

Permalink
Removed shebang from all scripts that are to be sourced, not executed…
Browse files Browse the repository at this point in the history
…, 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
  • Loading branch information
nicola committed Jan 17, 2008
1 parent 27f3b21 commit 9c99989
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2008-01-17 Nicola Pero <[email protected]>

* 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
<[email protected]>).
* 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 <[email protected]>

* FilesystemLayouts/fhs-system (GNUSTEP_SYSTEM_DOC_MAN): Changed
Expand Down
2 changes: 1 addition & 1 deletion GNUstep-reset.sh
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion GNUstep.csh.in
Original file line number Diff line number Diff line change
@@ -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@
#
Expand Down
2 changes: 1 addition & 1 deletion GNUstep.sh.in
Original file line number Diff line number Diff line change
@@ -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@
#
Expand Down
2 changes: 1 addition & 1 deletion filesystem.csh.in
Original file line number Diff line number Diff line change
@@ -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@
#
Expand Down
2 changes: 1 addition & 1 deletion filesystem.sh.in
Original file line number Diff line number Diff line change
@@ -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@
#
Expand Down
2 changes: 1 addition & 1 deletion ld_lib_path.csh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/csh
# This file must be sourced inside csh using: source
#
# ld_lib_path.csh
#
Expand Down
2 changes: 1 addition & 1 deletion ld_lib_path.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
# This file must be sourced inside (ba)sh using: .
#
# ld_lib_path.sh
#
Expand Down

0 comments on commit 9c99989

Please sign in to comment.