blob: 0b7fadd4dd186c0299d3d978671c701cb8f7e8ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- newbash.sh.orig Sat Apr 26 09:34:50 2003
+++ newbash.sh Thu Jun 19 13:08:48 2003
@@ -1,10 +1,10 @@
#!/bin/sh
#
for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \
- samples/sample.sh samples/makefigs Makefile
+ helpfiles.sh samples/sample.sh samples/makefigs Makefile
do
mv $FILE $FILE.orig
- sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE
+ sed 's+/bin/bash+%%LOCALBASE%%/bin/bash+g' $FILE.orig > $FILE
## ^-----------------^
## Replace the portion from + to + of the line above with the path to
## bash on your system. Sample replacement line:
|