瀏覽代碼

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 ;;