--- exuberant-ctags.c	2016-03-27 00:04:42.000000000 -0400
+++ /home/dpanarit/local/build/global-6.5.4/plugin-factory/exuberant-ctags.c	2016-06-02 16:31:42.440670746 -0400
@@ -195,11 +195,11 @@
 {
 	int opipe[2], ipipe[2];
 	char *path = param->getconf("ctagscom");
-
 	if (path && strlen(path) > 0 && strcmp(path, "no") != 0)
 		ctagscom = path;
 	if (!ctagscom || !strlen(ctagscom) || !strcmp(ctagscom, "no"))
 		param->die(ctagsnotfound);
+	argv[0] = ctagscom;
 	argv[1] = malloc(sizeof(LANGMAP_OPTION) + strlen(param->langmap));
 	if (argv[1] == NULL)
 		param->die("short of memory.");
