We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bfccfc + 41b3281 commit 125a71fCopy full SHA for 125a71f
1 file changed
t/sharness.d/00-setup.sh.in
@@ -1,2 +1,4 @@
1
-PATH=@OMPI_PREFIX@/bin:$PATH
+if [ -n "@OMPI_PREFIX@" ]; then
2
+ PATH=@OMPI_PREFIX@/bin:$PATH
3
+fi
4
PATH=@FLUX_PREFIX@/bin:$PATH
0 commit comments