From: Martin Mares Date: Wed, 16 May 2001 11:57:03 +0000 (+0000) Subject: Formatting... X-Git-Tag: python-dummy-working~517 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e77ea4457d5f59df94edf1af42328c16dc4ec087;p=eval.git Formatting... --- diff --git a/bin/mo-get-users b/bin/mo-get-users index e8a3d2c..f2ed30f 100755 --- a/bin/mo-get-users +++ b/bin/mo-get-users @@ -8,8 +8,8 @@ set -e . config if [ "$1" = --full ] ; then - FORM='$1,"\t",$5' + FORM='$1,$5' else FORM='$1' fi -awk -F: = $CT_UID_MIN && \$3 <= $CT_UID_MAX) print $FORM; }" +awk -F: = $CT_UID_MIN && \$3 <= $CT_UID_MAX) print $FORM; }"