mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +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
|
setenv BLOCKSIZE K
|
||||||
if (\$?prompt) then
|
if (\$?prompt) then
|
||||||
set chroot=`ps axu|grep /sbin/init | grep -v grep`
|
set chroot=`ps axu|grep /sbin/init | grep -v grep`
|
||||||
if("\$chroot" == "") then
|
if("\$chroot" == \"\") then
|
||||||
set prompt = "(jail) %N@%m:%~ %# "
|
set prompt = \"(jail) %N@%m:%~ %# \"
|
||||||
else
|
else
|
||||||
set prompt = "(build chroot) %N@%m:%~ %# "
|
set prompt = \"(build chroot) %N@%m:%~ %# \"
|
||||||
endif
|
endif
|
||||||
set promptchars = \"%#\"
|
set promptchars = \"%#\"
|
||||||
set filec
|
set filec
|
||||||
|
|||||||
Reference in New Issue
Block a user