]> git.meshlink.io Git - meshlink/blobdiff - src/tincctl.c
Use PATHEXT when checking for the presence of scripts on Windows.
[meshlink] / src / tincctl.c
index f133e2def81086456033a59ea74cb1f28b47ccc7..956771f7a4d0909cb580bc4d2c5ce2b9c39e042e 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;