Merge pull request #1336 from Pmodules/1335-add-shell-profile-for-rpm

1335 add shell profile for rpm
This commit is contained in:
2025-11-28 09:52:10 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@
* path to Lua installation fixed in recipe to build luarocks
(#1320)
### other changes
* shell profile for RPM added
## Version 2.0.2
Migragtion to GitHub:
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [[ ${UID} -ge 1000 ]]; then
if [[ -r @PREFIX@/share/Pmodules/init/bash ]]; then
source @PREFIX@/share/Pmodules/init/bash
fi
fi