We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fd9f7b + 41e4194 commit 12bea47Copy full SHA for 12bea47
bin/env.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
thisEnv=${BASH_SOURCE[0]:-$0}
4
-export CLAS12DIR=$(realpath $(dirname $thisEnv)/..)
+export CLAS12DIR=$(cd $(dirname $thisEnv)/.. && pwd -P)
5
6
# Set default field maps (but do not override user's env):
7
if [ -z "${COAT_MAGFIELD_TORUSMAP-}" ]; then
0 commit comments