From: crouzet Date: Tue, 25 Oct 2005 14:20:43 +0000 (+0000) Subject: Bug correction : /tmp/junk -> /dev/null X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2a9926651b7979ba433f2e592bd840eaed3a20bd;p=tools%2Fhxx2salome.git Bug correction : /tmp/junk -> /dev/null --- diff --git a/scripts/renameSalomeModule b/scripts/renameSalomeModule index 7354291..0347fc0 100755 --- a/scripts/renameSalomeModule +++ b/scripts/renameSalomeModule @@ -101,7 +101,7 @@ for file in $liste do if [ -f $file ] then - grep $oldName $file > /tmp/junk 2>&1 + grep $oldName $file > /dev/null 2>&1 if [ $? -eq 0 ] then echo $file