Use tabs instead of spaces in rcs_cost

This commit is contained in:
Jon Bernard 2010-04-28 11:31:40 -04:00
commit 97c3df898c

View file

@ -26,7 +26,7 @@ DETAIL=0
PKG="byobu"
color 2>/dev/null || color() { true; }
for arg in "$@"; do
for arg in $@; do
case "$arg" in
-d|--detail)
DETAIL=1