-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
nicola
committed
Jan 17, 2008
1 parent
27f3b21
commit 9c99989
Showing
8 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
# | ||
|