Sfoglia il codice sorgente

fix default bash profile

Ralf S. Engelschall 23 anni fa
parent
commit
70b50bd766
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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