Ralf S. Engelschall 23 лет назад
Родитель
Сommit
70b50bd766
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      bash/bash.spec
  2. 1 1
      bash/profile

+ 1 - 1
bash/bash.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [CORE]
 Group:        Shell
 License:      GPL
 Version:      %{V_real}
-Release:      20020913
+Release:      20021025
 
 #   list of sources
 Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}.tar.gz

+ 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:sh`
+eval `@l_prefix@/etc/rc -p all env`
 
 #   path to user environment init script
 if [ -f "$HOME/.bashrc" ]; then