From e1e9a6d3198516e9924068b4fab0d4df070a76a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 10 Jun 2011 14:52:53 +0200 Subject: Fix make-template.sh. It needs the bash shell interpreter to run. --- po/make-template.sh | 2 +- src/logdiag.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/make-template.sh b/po/make-template.sh index 272c583..d966911 100755 --- a/po/make-template.sh +++ b/po/make-template.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script makes a translation template # The reason for this not being inside CMakeLists.txt # is that the translator should not need to run diff --git a/src/logdiag.c b/src/logdiag.c index c44c1c3..1175ec6 100644 --- a/src/logdiag.c +++ b/src/logdiag.c @@ -107,7 +107,7 @@ main (int argc, char *argv[]) textdomain (GETTEXT_DOMAIN); #ifdef _WIN32 - /* Don't be limited by the ANSI codepage. */ + /* Don't be unneccessarily limited by the system ANSI codepage. */ argv_overriden = get_utf8_args (&argc, &argv); if (argv_overriden) _putenv ("CHARSET=UTF-8"); -- cgit v1.2.3