Fix formatting.
This commit is contained in:
parent
9085cab1b2
commit
0eb7553bed
@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then
|
||||
else
|
||||
case $tty in
|
||||
pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
|
||||
*) ttyshort=`echo $tty | cut -c 4-` ;;
|
||||
*) ttyshort=`echo $tty | cut -c 4-` ;;
|
||||
esac
|
||||
fi
|
||||
sleep=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then
|
||||
else
|
||||
case $tty in
|
||||
pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
|
||||
*) ttyshort=`echo $tty | cut -c 4-` ;;
|
||||
*) ttyshort=`echo $tty | cut -c 4-` ;;
|
||||
esac
|
||||
fi
|
||||
sleep=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user