Explorar o código

fix default bash profile

Ralf S. Engelschall %!s(int64=23) %!d(string=hai) anos
pai
achega
70b50bd766
Modificáronse 2 ficheiros con 2 adicións e 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