Browse Source

Make nicer debug

Alois Mahdal 10 years ago
parent
commit
1cea238812
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/saturnin.skel

+ 1
- 1
bin/saturnin.skel View File

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