Explorar el Código

Make nicer debug

Alois Mahdal hace 10 años
padre
commit
1cea238812
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/saturnin.skel

+ 1
- 1
bin/saturnin.skel Ver fichero

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