Use PATHEXT when checking for the presence of scripts on Windows.
[tinc] / src / tincctl.c
index f133e2d..956771f 100644 (file)
@@ -65,6 +65,8 @@ static bool force = false;
 bool tty = true;
 bool confbasegiven = false;
 bool netnamegiven = false;
+char *scriptinterpreter = NULL;
+char *scriptextension = "";
 
 #ifdef HAVE_MINGW
 static struct WSAData wsa_state;