Fixed script generation

This commit is contained in:
Guilhem Lavaux 2010-12-01 16:44:07 -06:00
parent 8bf13dfb8b
commit a29f80d7ea

View file

@ -148,7 +148,7 @@ int main(int argc, char *argv[]) {
} }
} }
} }
fprintf(scr,"voztie %d %s\n",numdiv,suffix); fprintf(scr,"./voztie %d %s\n",numdiv,suffix);
fclose(scr); fclose(scr);
sprintf(systemstr,"chmod u+x %s",scrfile); sprintf(systemstr,"chmod u+x %s",scrfile);