blob: 40d165d4d611c2a188c0d97886bcb1de2cf6f584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- bin/gracehst.orig Thu Mar 1 12:23:39 2007
+++ bin/gracehst Mon May 7 14:16:22 2007
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#! /bin/sh
#============================================================================
#
# Code_Saturne version 1.3
@@ -30,7 +30,7 @@
#
#============================================================================
#
-if [ "$1" = "-h" -o "$1" = "-h" -o "$1" = "-h" ] ; then
+if [ "$1" = "-h" -o "$1" = "-help" -o "$#" = "0" ] ; then
echo ' '
echo ' gracehst: appel de grace -nxy sur un fichier historique '
echo ' de Code_Saturne en eliminant la premiere colonne. '
|