Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
This commit is contained in:
9
bin/rm_deps
Executable file
9
bin/rm_deps
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
: $Id$
|
||||
|
||||
: remove dependencies from a makefile, write result on standard output.
|
||||
: we cannot do this directly in a makefile because some make versions
|
||||
: have # start a comment, always.
|
||||
|
||||
sed -e '/^#DEPENDENCIES/,$d' $1
|
||||
echo '#DEPENDENCIES'
|
||||
Reference in New Issue
Block a user