mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
f85ec90735
commit
42e119ced2
8 changed files with 21 additions and 7 deletions
14
ChangeLog
14
ChangeLog
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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@
|
||||
#
|
||||
|
|
|
@ -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@
|
||||
#
|
||||
|
|
|
@ -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@
|
||||
#
|
||||
|
|
|
@ -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@
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/csh
|
||||
# This file must be sourced inside csh using: source
|
||||
#
|
||||
# ld_lib_path.csh
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
# This file must be sourced inside (ba)sh using: .
|
||||
#
|
||||
# ld_lib_path.sh
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue