summaryrefslogtreecommitdiff
path: root/tools/clean-diff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clean-diff')
-rwxr-xr-xtools/clean-diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clean-diff b/tools/clean-diff
index 98e26a79f9..4600702b10 100755
--- a/tools/clean-diff
+++ b/tools/clean-diff
@@ -1,6 +1,6 @@
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' |\
- expand -t `seq -s , 9 8 200` |\
+ expand -t $(seq -s , 9 8 200) |\
sed 's/TaBBaT/ /g' |\
sed '/^+[^+]/s/ * $//' |\
tr -d '\015' |\