mkshrc: remove debug echo

This commit is contained in:
snow flurry 2022-08-06 19:36:30 -07:00
parent 301fc26b9f
commit f58618fa13

View file

@ -107,7 +107,6 @@ get_ps1() {
case "$-" in *i*)
# interactive mode settings go here
echo "interactive"
if /bin/test -z "${HOST}"; then
HOST="$(hostname)"
fi