diff --git a/jaildk b/jaildk index 95a2024..159132c 100644 --- a/jaildk +++ b/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