debugging source statement1
This commit is contained in:
parent
043d96f902
commit
75c3fff355
|
@ -89,7 +89,11 @@ checkout:
|
||||||
#- git clone git@magit1.mpie.de:damask/PRIVATE.git
|
#- git clone git@magit1.mpie.de:damask/PRIVATE.git
|
||||||
- echo $DAMASKROOT
|
- echo $DAMASKROOT
|
||||||
- echo $PWD
|
- echo $PWD
|
||||||
|
- type source
|
||||||
|
- type .
|
||||||
|
- type cd
|
||||||
- cat DAMASK_env.sh
|
- cat DAMASK_env.sh
|
||||||
|
- . $DAMASKROOT/DAMASK_env.sh > /tmp/log
|
||||||
- source $DAMASKROOT/DAMASK_env.sh > /tmp/log
|
- source $DAMASKROOT/DAMASK_env.sh > /tmp/log
|
||||||
- echo p $PYTHONPATH
|
- echo p $PYTHONPATH
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in New Issue