]> Creatis software - clitk.git/commitdiff
Rename common to gate_common
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 20 Jun 2013 15:06:05 +0000 (17:06 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 20 Jun 2013 15:06:05 +0000 (17:06 +0200)
cluster_tools/gate_common.sh [moved from cluster_tools/common.sh with 100% similarity]
cluster_tools/gate_upload_release.sh

index 9c61b4229b8c56224da420e6500daece371f08af..784cd4556d70c5f3e381cd802fbab7f4b1ab61e2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. common.sh
+. gate_common.sh
 
 releasearchive="${1:?"provide path to release archive"}"
 test -f ${releasearchive} || error "file ${releasearchive} doesn't exist"