diff options
author | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:50:48 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:50:48 +0100 |
commit | 1ae26218b9700756ff723a065f011e88f5d3ef81 (patch) | |
tree | 2a89d40cbe3390fb7a0dce4e5ebc1d354a4380a8 /coreutils | |
parent | f6bd266ea88ba0b071ff727fe655b3d9de3db4ec (diff) | |
download | busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.gz busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.bz2 busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.zip |
MinGW: rename execable -> executable
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 139f1db75..ba1dbaa2f 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -653,7 +653,7 @@ static int filstat(char *nm, enum token mode) | |||
653 | if (file_is_executable(nm)) { | 653 | if (file_is_executable(nm)) { |
654 | return 1; | 654 | return 1; |
655 | } | 655 | } |
656 | else if ((p=win32_execable_file(nm))) { | 656 | else if ((p=file_is_win32_executable(nm))) { |
657 | free(p); | 657 | free(p); |
658 | return 1; | 658 | return 1; |
659 | } | 659 | } |