From 2d7437a45a92669969fc88e383a20e59b24f00ce Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 18 Sep 2010 09:12:59 +0000 Subject: [PATCH] some scripts need bash --- ChangeLog | 12 +++++++++++- contrib/mslib/liblook | 2 +- contrib/mslib/libprm | 2 +- contrib/scripts/liblook | 2 +- contrib/scripts/libprm | 2 +- contrib/vbic/sgp2vbic | 2 +- contrib/vbic/vbic2sgp | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17d3c7498..cd1c5705c 100644 --- a/ChangeLog +++ b/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 , diff --git a/contrib/mslib/liblook b/contrib/mslib/liblook index 3cf1f8cb4..a953ac1e7 100755 --- a/contrib/mslib/liblook +++ b/contrib/mslib/liblook @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #set -x -v # MW. Lib search / show program diff --git a/contrib/mslib/libprm b/contrib/mslib/libprm index bfc8ae59d..75b17eb35 100755 --- a/contrib/mslib/libprm +++ b/contrib/mslib/libprm @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #set -x -v # MW. Lip / Param parsing program for spice diff --git a/contrib/scripts/liblook b/contrib/scripts/liblook index 5d56e3e26..3aaa48f26 100755 --- a/contrib/scripts/liblook +++ b/contrib/scripts/liblook @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #set -x -v # MW. Lib search / show program diff --git a/contrib/scripts/libprm b/contrib/scripts/libprm index 1a4660668..8dd9d14d0 100755 --- a/contrib/scripts/libprm +++ b/contrib/scripts/libprm @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #set -x -v # MW. Lip / Param parsing program for spice diff --git a/contrib/vbic/sgp2vbic b/contrib/vbic/sgp2vbic index 33295d015..166ffda05 100644 --- a/contrib/vbic/sgp2vbic +++ b/contrib/vbic/sgp2vbic @@ -1,4 +1,4 @@ -#!/bin/sh -- # perl +#!/bin/bash -- # perl eval 'exec perl -S -x -w $0 ${1+"$@"}' if 0; diff --git a/contrib/vbic/vbic2sgp b/contrib/vbic/vbic2sgp index 3d9036f09..8f162c3e1 100644 --- a/contrib/vbic/vbic2sgp +++ b/contrib/vbic/vbic2sgp @@ -1,4 +1,4 @@ -#!/bin/sh -- # perl +#!/bin/bash -- # perl eval 'exec perl -S -x -w $0 ${1+"$@"}' if 0;