removed erroneous echo statement
This commit is contained in:
parent
f41a1caac7
commit
1f714052b8
|
@ -24,7 +24,6 @@ PROCESSING=`which postResults`
|
||||||
if [ "x$PROCESSING" == "x" ]; then
|
if [ "x$PROCESSING" == "x" ]; then
|
||||||
export PROCESSING='Not found!'
|
export PROCESSING='Not found!'
|
||||||
fi
|
fi
|
||||||
echo "DAMASK_spectral `which DAMASK_spectral`"
|
|
||||||
|
|
||||||
# disable output in case of scp
|
# disable output in case of scp
|
||||||
if [ ! -z "$PS1" ]; then
|
if [ ! -z "$PS1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue