X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=sh-i18n--envsubst.c;h=9d2e971a275ede8a1365b2a2737452a873586707;hb=592ed5673e3074a0d7e0a6d6626faa783c327c29;hp=71250930dba09fbc6b1b638230cfa30253915a26;hpb=6bb696c304d2bf27b267202af193d99cc7995370;p=git.git diff --git a/sh-i18n--envsubst.c b/sh-i18n--envsubst.c index 71250930d..9d2e971a2 100644 --- a/sh-i18n--envsubst.c +++ b/sh-i18n--envsubst.c @@ -51,7 +51,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#include #include #include #include @@ -68,7 +67,7 @@ int main (int argc, char *argv[]) { /* Default values for command line options. */ - unsigned short int show_variables = 0; + /* unsigned short int show_variables = 0; */ switch (argc) { @@ -88,7 +87,7 @@ main (int argc, char *argv[]) /* git sh-i18n--envsubst --variables '$foo and $bar' */ if (strcmp(argv[1], "--variables")) error ("first argument must be --variables when two are given"); - show_variables = 1; + /* show_variables = 1; */ print_variables (argv[2]); break; default: