Explorar el Código

fix default bash profile

Ralf S. Engelschall hace 23 años
padre
commit
70b50bd766
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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