- Use absolute path for hostname(1)

Approved by:	green
This commit is contained in:
krion 2004-04-01 19:28:00 +00:00
parent ebdf5cfddd
commit 373fdcfae3

View File

@ -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