From 4b14ba52be1c75acdffaed0bdb25b5e7a16a14b8 Mon Sep 17 00:00:00 2001 From: Juan Escobar <juan.escobar@aero.obs-mip.fr> Date: Thu, 10 Jul 2014 14:52:28 +0000 Subject: [PATCH] Juan 10/07/2014 : replace old ksh with bash --- bin/Bgrun | 2 +- bin/Exec | 2 +- bin/Mpirun | 2 +- bin/Poe | 2 +- bin/Runjob | 2 +- bin/eval_dollar | 2 +- bin/scandollar | 2 +- bin/spl | 2 +- bin/spll | 2 +- bin/spln | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/Bgrun b/bin/Bgrun index f04dd2c39..47cfecef3 100755 --- a/bin/Bgrun +++ b/bin/Bgrun @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/Exec b/bin/Exec index 22e3df53e..87117b6ab 100755 --- a/bin/Exec +++ b/bin/Exec @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/Mpirun b/bin/Mpirun index 5e9079018..a17fb8255 100755 --- a/bin/Mpirun +++ b/bin/Mpirun @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/Poe b/bin/Poe index 0eeb8c4fb..5d6b17440 100755 --- a/bin/Poe +++ b/bin/Poe @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/Runjob b/bin/Runjob index a1b162379..634a7a2bf 100755 --- a/bin/Runjob +++ b/bin/Runjob @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/eval_dollar b/bin/eval_dollar index fd3bc3e8c..16d627871 100755 --- a/bin/eval_dollar +++ b/bin/eval_dollar @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/scandollar b/bin/scandollar index 66df1c316..1d4b7f09a 100755 --- a/bin/scandollar +++ b/bin/scandollar @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/spl b/bin/spl index 1e27a3813..7d6e4158a 100755 --- a/bin/spl +++ b/bin/spl @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/spll b/bin/spll index 877c959b7..70f9d9f59 100755 --- a/bin/spll +++ b/bin/spll @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt diff --git a/bin/spln b/bin/spln index a6099a2dd..83fa85f62 100755 --- a/bin/spln +++ b/bin/spln @@ -1,4 +1,4 @@ -#!/bin/ksh +#!/bin/bash #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt -- GitLab