From b76f47b910bd924f1384dad71043d39f5dfe1f18 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 23 Mar 2019 23:32:57 +0300 Subject: Cleanup some files replacing tabs with spaces --- brep/handler/handler.bash.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brep/handler/handler.bash.in') diff --git a/brep/handler/handler.bash.in b/brep/handler/handler.bash.in index 81ab08f..2e66afc 100644 --- a/brep/handler/handler.bash.in +++ b/brep/handler/handler.bash.in @@ -68,9 +68,9 @@ function trace_cmd () # ... local s="+" while [ $# -gt 0 ]; do if [ -z "$1" -o -z "${1##* *}" ]; then - s="$s '$1'" + s="$s '$1'" else - s="$s $1" + s="$s $1" fi shift -- cgit v1.1