some scripts need bash
This commit is contained in:
parent
3fda41f3e4
commit
2d7437a45a
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
||||||
|
2010-09-18 Robert Larice
|
||||||
|
* contrib/mslib/liblook ,
|
||||||
|
* contrib/mslib/libprm ,
|
||||||
|
* contrib/scripts/liblook ,
|
||||||
|
* contrib/scripts/libprm ,
|
||||||
|
* contrib/vbic/sgp2vbic ,
|
||||||
|
* contrib/vbic/vbic2sgp *
|
||||||
|
some scripts need bash
|
||||||
|
this patch is from debian, thanks
|
||||||
|
|
||||||
2010-09-18 Dietmar Warning
|
2010-09-18 Dietmar Warning
|
||||||
* src/spicelib/devices/*/isrcacct.c, vsrcacct.c: Correct bitwise operation
|
* src/spicelib/devices/*/isrcacct.c, vsrcacct.c: Correct bitwise operation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#set -x -v
|
#set -x -v
|
||||||
|
|
||||||
# MW. Lib search / show program
|
# MW. Lib search / show program
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#set -x -v
|
#set -x -v
|
||||||
|
|
||||||
# MW. Lip / Param parsing program for spice
|
# MW. Lip / Param parsing program for spice
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#set -x -v
|
#set -x -v
|
||||||
|
|
||||||
# MW. Lib search / show program
|
# MW. Lib search / show program
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#set -x -v
|
#set -x -v
|
||||||
|
|
||||||
# MW. Lip / Param parsing program for spice
|
# MW. Lip / Param parsing program for spice
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -- # perl
|
#!/bin/bash -- # perl
|
||||||
eval 'exec perl -S -x -w $0 ${1+"$@"}'
|
eval 'exec perl -S -x -w $0 ${1+"$@"}'
|
||||||
if 0;
|
if 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -- # perl
|
#!/bin/bash -- # perl
|
||||||
eval 'exec perl -S -x -w $0 ${1+"$@"}'
|
eval 'exec perl -S -x -w $0 ${1+"$@"}'
|
||||||
if 0;
|
if 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue