Skip to content

Commit

Permalink
Merge branch 'development' into ci-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell authored Sep 29, 2023
2 parents c89afcd + 12bea47 commit 5a479c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/env.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

thisEnv=${BASH_SOURCE[0]:-$0}
CLAS12DIR=$(realpath $(dirname $thisEnv)/..)
export CLAS12DIR
export CLAS12DIR=$(cd $(dirname $thisEnv)/.. && pwd -P)

# Set default field maps (but do not override user's env):
if [ -z "${COAT_MAGFIELD_TORUSMAP-}" ]; then
Expand Down

0 comments on commit 5a479c4

Please sign in to comment.