]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: bash is useful on Linux to take into account local .bashrc. TO DO: take system...
authorprascle <prascle>
Mon, 13 Mar 2006 09:54:12 +0000 (09:54 +0000)
committerprascle <prascle>
Mon, 13 Mar 2006 09:54:12 +0000 (09:54 +0000)
bin/appliskel/killCurrentPort
bin/appliskel/runAppli
bin/appliskel/runConsole
bin/appliskel/runParam
bin/appliskel/runRemote.sh
bin/appliskel/runSession
bin/appliskel/runTests
bin/appliskel/searchFreePort.sh
bin/appliskel/setAppliPath.sh

index cfb87da7810f852668e91e2221227cb50591d6c8..5d0a547cc62449edb39d18ddbc6f66612e9418d1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 
index 7146b6b82439d3fbff052b27e50076a30e9dd41a..1d86ad3d596273903687f570c706a0a420a8bf37 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 
index 1756189ff95eac46f0e4b49b19b4b6d8deb91fc9..caeabbdd61319e13363aaad5944a21d032d5e8a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 
index 68e5a25c0612f9816755e8a38909ec68da996eb3..c858c670fcdea8da2a0c25c67fddc14dfae8a714 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ./KillCurrentPort
 
index 3ab5a1daf81fb0979802f97056f9bea8d73b04b2..293ecff6d425e89d2d3cf26b16c43c9f5ce6b13c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # --- run command in SALOME environment from remote call, ssh or rsh
 #     - SALOME configuration is defined by :
index 1f99cce7bc74406b78178ccb00cc9223b07ffaa6..c0a26ba13399420f1f5ce5b9b1246293d7f8d779 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Useful shell to run executable progs or shells under Salome env
 # Use it with args to run a program : runSession python -i myprog.py
index 4ff2bc186ac254a1110a01e36aa2ea8cc31a19d1..8e360b05dbc0b7daa00aebc2ecc78dffd882f133 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 
index 7333b1ce7288bdc4ef3163638507ef70ebae7ba1..3fd3c0dd8587ec3ab712085245440e4e898fe124 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- define port for CORBA naming service
 
index 99078065a7388689c2fc51183d32698ae04b356f..d9361ae526f8e48649ebe958af9ed80eb77aab2c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 #     on sarge, "which" gives not allways the absolute path...