Commit 1bdd9f9a16493a35e7ea1c64b0d622a7131a7c4e
1 parent
ab1a76a8
Exists in
master
and in
112 other branches
traling slash for NEWMETA
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
update_amda/updateEnv.sh
... | ... | @@ -3,6 +3,10 @@ |
3 | 3 | export AMDA_SPASE_INTERFACE=/home/budnik/AMDA_SPASE_INTERFACE/ |
4 | 4 | # info dirs will be written here |
5 | 5 | export NEWMETA=/home/budnik/NEWMETA/ |
6 | + if [[ ${NEWMETA: -1} != "/" ]]; then | |
7 | + export NEWMETA=$NEWMETA"/" | |
8 | + fi | |
9 | + | |
6 | 10 | # AMDA internal parameter XMLs |
7 | 11 | export AMDAINTERNALDIR=/home/budnik/AMDA_INTERNAL_METADATA/ |
8 | 12 | # AMDA Installation |
... | ... |