mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 03:39:44 +00:00
Fix typo
This commit is contained in:
parent
7c5a69e521
commit
4bb419c870
@ -100,7 +100,7 @@ win32getshell(char *path)
|
||||
ext = get_extension(path);
|
||||
if (ext && strcasecmp(ext, ".sh") == 0 && (path_env = getenv("PATH")))
|
||||
sh = find_executable_in_path("sh.exe", NULL, path_env);
|
||||
if (!sh && gevenv("CCACHE_DETECT_SHEBANG")) {
|
||||
if (!sh && getenv("CCACHE_DETECT_SHEBANG")) {
|
||||
/* Detect shebang. */
|
||||
FILE *fp;
|
||||
fp = fopen(path, "r");
|
||||
|
Loading…
Reference in New Issue
Block a user