aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/handler.bash.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:32:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:32:57 +0300
commitb76f47b910bd924f1384dad71043d39f5dfe1f18 (patch)
tree1dad628e1e63121d592b3c2b0ccb6b8cdd9563f6 /brep/handler/handler.bash.in
parent0a66376a54b3ef4b1c754e65cc2f7d0e8b2987e8 (diff)
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'brep/handler/handler.bash.in')
-rw-r--r--brep/handler/handler.bash.in4
1 files changed, 2 insertions, 2 deletions
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 () # <cmd> <arg>...
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