Alois Mahdal hace 8 años
padre
commit
0b5df75cde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/saturnin.sh.skel

+ 1
- 1
src/saturnin.sh.skel Ver fichero

150
 # Current running subcommand
150
 # Current running subcommand
151
 #
151
 #
152
 # The value is set and exported into sub-command binary at moment of
152
 # The value is set and exported into sub-command binary at moment of
153
-# saturnin__main() call.Z
153
+# saturnin__main() call.
154
 #
154
 #
155
 SATURNIN_SUBCOMMAND="${SATURNIN_SUBCOMMAND:-}"
155
 SATURNIN_SUBCOMMAND="${SATURNIN_SUBCOMMAND:-}"
156
 
156