mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-26 09:33:08 +02:00
4ee53d12fa
- Issue #176, MR !149 relocatable modulecmd - Issue #175, MR !148 new logmessage format - Issue #173, MR !146 additional dirs in search path of CMake and pkgconfig - Issue #172, MR !145: fix in reading legacy variants files
6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/sh
|
|
|
|
unset BASH_ENV
|
|
|
|
"${PMODULES_HOME}/libexec/bash" --noprofile --norc "${PMODULES_HOME}/libexec/modulecmd.bash" "$@"
|