瀏覽代碼

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

Ralf S. Engelschall 23 年之前
父節點
當前提交
9db5cdeda7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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