easyconfigs-it4i/s/Singularity/Singularity-2.4.4-functions.patch
easybuild 8e62d2db14 new file: b/BoltzTraP2/.BoltzTraP2-18.1.1-Py-3.6.eb.swp
new file:   c/CUDA/CUDA-9.1.85.eb
	new file:   s/Singularity/Singularity-2.4.4-build.patch
	new file:   s/Singularity/Singularity-2.4.4-functions.patch
	modified:   s/Singularity/Singularity-2.4.4.eb
	deleted:    p/phono3py/.phono3py-1.12.7.46-Py-2.7.eb.swp
2018-03-08 14:14:59 +01:00

12 lines
417 B
Diff

--- libexec/functions.old 2018-03-08 13:54:43.649714037 +0100
+++ libexec/functions 2018-03-08 13:55:38.831537894 +0100
@@ -290,7 +290,7 @@
return 0
fi
esac
- for p in `echo $PATH | sed -e 's/:/ /g'`; do
+ for p in `echo "$PATH:$EBROOTSQUASHFSMINTOOLS/bin" | sed -e 's/:/ /g'`; do
if [ -f "$p/$i" -a -x "$p/$i" ]; then
echo "$p/$i"
return 0