Ticket #103: openrc-modules2.patch

File openrc-modules2.patch, 0 bytes (added by Sven <skoehler@upb.de>, 2 years ago)

fix for the little glitch

  • modules

    old new  
    3636        for x in ${list}; do 
    3737                a=${x#*:} 
    3838                if [ "${a}" = "${x}" ]; then 
     39                        mpargs="" 
    3940                        ebegin "Loading module ${x}" 
    4041                else 
    4142                        x=${x%%:*}