Fix formatting.

This commit is contained in:
obrien 2010-01-04 11:11:37 +00:00
parent 9085cab1b2
commit 0eb7553bed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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