Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
cda85fbb26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/etc_profile.txt

+ 1
- 1
package/base/sysfiles/etc_profile.txt

@ -22,7 +22,7 @@
# determine the effective user id
# note that bash defines EUID as a read-only variable for this purpose
_EUID="$( id -u )"
_EUID="$( /usr/bin/id -u )"
# set the PATH-variable
export PATH=""

Loading…
Cancel
Save