]> git.uio.no Git - u/mrichter/AliRoot.git/commit
execute commands in modified environment
authormkrzewic <mikolaj.krzewicki@cern.ch>
Mon, 8 Dec 2014 13:00:21 +0000 (14:00 +0100)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Mon, 8 Dec 2014 13:05:21 +0000 (14:05 +0100)
commitf2e3b505d47419898306231300029617013f5fe5
treebdeebc7f3721833e5d0611516d4312d112ec763b
parent21630cddae96c684de53c9fc99ca31b2619e16f7
execute commands in modified environment

instead of sourcing and using the functions directly now it is also possible
to use the functions like this:

  $ALICE_ROOT/PWGPP/scripts/utilities.sh functionName args

it makes debugging easier, e.g.

  bashdb $ALICE_ROOT/PWGPP/scripts/utilities.sh guessRunNumber 000123123
PWGPP/scripts/utilities.sh [changed mode: 0644->0755]