mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
Use tabs instead of spaces in rcs_cost
This commit is contained in:
parent
0d16375442
commit
97c3df898c
1 changed files with 20 additions and 20 deletions
|
@ -26,7 +26,7 @@ DETAIL=0
|
||||||
PKG="byobu"
|
PKG="byobu"
|
||||||
color 2>/dev/null || color() { true; }
|
color 2>/dev/null || color() { true; }
|
||||||
|
|
||||||
for arg in "$@"; do
|
for arg in $@; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
-d|--detail)
|
-d|--detail)
|
||||||
DETAIL=1
|
DETAIL=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue