aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xctmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctmg.sh b/ctmg.sh
index 9eaa79c..0b62833 100755
--- a/ctmg.sh
+++ b/ctmg.sh
@@ -19,7 +19,7 @@ CT_FILE_SUFFIX=".ct"
CT_MAPPER_PREFIX="ct_"
trace() {
- echo "[#] $@"
+ echo "[#] $*"
"$@"
}