浏览代码

Make nicer debug

Alois Mahdal 10 年前
父节点
当前提交
1cea238812
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bin/saturnin.skel

+ 1
- 1
bin/saturnin.skel 查看文件

@@ -45,7 +45,7 @@ shift
45 45
 case $scmd in
46 46
     abrt|czrates|dmenu|get|iam|ini|ip|ln|peg|push|revert|watch|www)
47 47
         debug -v scmd
48
-        debug "\$@=$@"
48
+        debug "\$@='$@'"
49 49
         exec saturnin-$scmd "$@" ;;
50 50
     help)  print_help; exit $FFOO_EXIT_OK ;;
51 51
     *)  print_help; exit $FFOO_EXIT_USAGE ;;