- Use absolute path for hostname(1)
Approved by: green
This commit is contained in:
parent
ebdf5cfddd
commit
373fdcfae3
@ -22,7 +22,7 @@ setenv BLOCKSIZE K
|
||||
|
||||
if ($?prompt) then
|
||||
# An interactive shell -- set some stuff up
|
||||
set prompt = "`hostname -s`# "
|
||||
set prompt = "`/bin/hostname -s`# "
|
||||
set filec
|
||||
set history = 100
|
||||
set savehist = 100
|
||||
|
Loading…
Reference in New Issue
Block a user