aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/scotch1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/scotch b/bin/scotch
index 1da5962..bfa7088 100755
--- a/bin/scotch
+++ b/bin/scotch
@@ -56,6 +56,7 @@ def main():
exitvalue = line[line.find(")") + 1 :]
print(Color.one + syscall, end=" ")
print(Color.two, end=" ")
+ sysargs = list(filter(None, sysargs))
for arg in sysargs:
if arg.find("|") > 0:
print(Color.five, arg, end=" ")