Fix formatting.

This commit is contained in:
David E. O'Brien 2010-01-04 11:11:37 +00:00
parent 107994f781
commit 19d43a4c5f
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