Commit 4781f48e authored by Takeya Yuki's avatar Takeya Yuki

Fix Bugs

parent 7e176284
......@@ -1639,7 +1639,7 @@ get_term() {
# Check $PPID for terminal emulator.
while [[ -z "$term" ]]; do
parent="$(get_ppid "$parent")"
      if [ "$parent" -lt 2 ]; then
if [ "$parent" -lt 2 ]; then
parent=1
term="kernel shell on $(tty)"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment