mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
fix csh syntax error
This commit is contained in:
6
jaildk
6
jaildk
@@ -863,10 +863,10 @@ setenv PAGER less
|
||||
setenv BLOCKSIZE K
|
||||
if (\$?prompt) then
|
||||
set chroot=`ps axu|grep /sbin/init | grep -v grep`
|
||||
if("\$chroot" == "") then
|
||||
set prompt = "(jail) %N@%m:%~ %# "
|
||||
if("\$chroot" == \"\") then
|
||||
set prompt = \"(jail) %N@%m:%~ %# \"
|
||||
else
|
||||
set prompt = "(build chroot) %N@%m:%~ %# "
|
||||
set prompt = \"(build chroot) %N@%m:%~ %# \"
|
||||
endif
|
||||
set promptchars = \"%#\"
|
||||
set filec
|
||||
|
||||
Reference in New Issue
Block a user