mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

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
12 lines
417 B
Diff
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
|