Skip to content

Commit

Permalink
MC update for ALIDPG_ROOT when running with tar ball, relevant only f…
Browse files Browse the repository at this point in the history
…or embedding
  • Loading branch information
Catalin Ristea authored and fprino committed Apr 19, 2019
1 parent 4f68a74 commit 8e30c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/aliroot_dpgsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$ALIDPG_ROOT" = "" ]; then

echo "Using AliDPG from tarball"
tar zxvf alidpg.tgz
export ALIDPG_ROOT=AliDPG
export ALIDPG_ROOT=`pwd`/AliDPG

else

Expand Down

0 comments on commit 8e30c2a

Please sign in to comment.