Don't force a .bat extension for scripts under Windows.

This commit is contained in:
Guus Sliepen 2013-08-18 18:20:41 +02:00
parent b180c1af99
commit 8f84244458
4 changed files with 2 additions and 18 deletions

View file

@ -32,12 +32,6 @@
#include "utils.h"
#include "xalloc.h"
#ifdef HAVE_MINGW
#define SCRIPTEXTENSION ".bat"
#else
#define SCRIPTEXTENSION ""
#endif
int addressfamily = AF_UNSPEC;
char *get_my_hostname() {