From: crouzet Date: Wed, 28 Jun 2017 15:57:03 +0000 (+0200) Subject: remove extra ) X-Git-Tag: V8_3_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0de24228ad4c5fd910030d19a3dc02209a5e679c;p=tools%2Fsat.git remove extra ) --- diff --git a/src/fileEnviron.py b/src/fileEnviron.py index 4d4cbc0..427e298 100644 --- a/src/fileEnviron.py +++ b/src/fileEnviron.py @@ -67,7 +67,7 @@ export $1=$out_var } # The 3 following variables are used only in case of a sat package -export out_dir_Path=$(cd $(dirname ${BASH_SOURCE[0]});pwd)) +export out_dir_Path=$(cd $(dirname ${BASH_SOURCE[0]});pwd) export PRODUCT_OUT_DIR=${out_dir_Path} export PRODUCT_ROOT_DIR=${PRODUCT_OUT_DIR} @@ -716,4 +716,4 @@ if __name__ == "__main__": main(args) # """ - \ No newline at end of file +