forked from pool/Modules
326462fd2c
- too many changes to put into changelog please read Changelog in /usr/share/doc/packages/Modules-doc/ChangeLog (installed from Modules-doc package) - removed return.patch - removed share.patch - reworked return.patch and renamed to modules-4.1.2-return.patch - reworked fixing-bashisms patch for current version OBS-URL: https://build.opensuse.org/request/show/597233 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=23
14 lines
452 B
Diff
14 lines
452 B
Diff
Index: compat/etc/add.modules.in
|
|
===================================================================
|
|
--- compat/etc/add.modules.in.orig 2018-03-31 18:22:47.000000000 +0200
|
|
+++ compat/etc/add.modules.in 2018-04-16 21:28:35.703722251 +0200
|
|
@@ -114,7 +114,7 @@ fi
|
|
findload $1.old
|
|
/bin/cat > $1 <<!
|
|
if ( -e $ETC/csh.modules ) then
|
|
- source $ETC/csh.modules
|
|
+ . $ETC/csh.modules
|
|
# put your own module loads here
|
|
!
|
|
if [ -s /tmp/load.$$ ]
|