Quellcode durchsuchen

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

Ralf S. Engelschall vor 23 Jahren
Ursprung
Commit
9db5cdeda7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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