mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
- Use absolute path for hostname(1)
Approved by: green
This commit is contained in:
parent
8074e24dce
commit
c6e88cbf92
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127728
@ -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