Explorar el Código

Hell, wouldn't be nice if a programmer could remember the features he implemented?

Ralf S. Engelschall hace 23 años
padre
commit
9db5cdeda7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bash/profile

+ 1 - 1
bash/profile

@@ -91,7 +91,7 @@ root () {
 }
 
 #   suck in the Bourne-Shell environment of all OpenPKG packages
-eval `@l_prefix@/etc/rc -p all env`
+eval `@l_prefix@/etc/rc --eval all env`
 
 #   path to user environment init script
 if [ -f "$HOME/.bashrc" ]; then