Scott R Parish schrieb:
+ if (!dirp || chdir(dir)) { + fchdir(start_dir);
/me dislikes this. Windows doesn't have fchdir().AFAIKS you are only using this to chdir back to where you started, but is this necessary? Aren't we exiting anyway after the command list was printed?
-- Hannes - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html