- Use absolute path for hostname(1)

Approved by:	green
This commit is contained in:
Kirill Ponomarev 2004-04-01 19:28:00 +00:00
parent 8074e24dce
commit c6e88cbf92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127728

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