mkshrc: remove debug echo
This commit is contained in:
parent
301fc26b9f
commit
f58618fa13
|
@ -107,7 +107,6 @@ get_ps1() {
|
||||||
|
|
||||||
case "$-" in *i*)
|
case "$-" in *i*)
|
||||||
# interactive mode settings go here
|
# interactive mode settings go here
|
||||||
echo "interactive"
|
|
||||||
if /bin/test -z "${HOST}"; then
|
if /bin/test -z "${HOST}"; then
|
||||||
HOST="$(hostname)"
|
HOST="$(hostname)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue