some scripts need bash
This commit is contained in:
parent
3fda41f3e4
commit
2d7437a45a
12
ChangeLog
12
ChangeLog
|
|
@ -1,10 +1,20 @@
|
|||
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
|
||||
* src/spicelib/devices/*/isrcacct.c, vsrcacct.c: Correct bitwise operation
|
||||
|
||||
2010-09-17 Holger Vogt
|
||||
* visualc/include/config.h, vngspice.sln, vngspice.vcproj:
|
||||
new configurations release, Debug, and ReleaseOMP
|
||||
|
||||
|
||||
2010-09-17 Robert Larice
|
||||
* .cvsignore ,
|
||||
* Makefile.am ,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#set -x -v
|
||||
|
||||
# MW. Lib search / show program
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#set -x -v
|
||||
|
||||
# MW. Lip / Param parsing program for spice
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#set -x -v
|
||||
|
||||
# MW. Lib search / show program
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#set -x -v
|
||||
|
||||
# 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+"$@"}'
|
||||
if 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -- # perl
|
||||
#!/bin/bash -- # perl
|
||||
eval 'exec perl -S -x -w $0 ${1+"$@"}'
|
||||
if 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue