I submitting some computations to the cluster and found out, that if I run my shell script that has qsub
in it with .
(note the space after the dot) instead of ./
the scope of some variable change and I don't have problems with library access, as I have with ./
.
I know there have been questions about it before. 1 2
They discuss sh
and . ./
method, however, and don't touch on .
Is .
the same thing as . ./
?