diff options
author | Denys Vlasenko | 2014-05-02 17:15:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2014-05-02 17:15:58 +0200 |
commit | e765b5ac349a8f9305e52b3ab2c3ac78c17bf283 (patch) | |
tree | 2dec8a3b34450b7088ae7c3a4b374e953c0a4a73 /libbb/Kbuild.src | |
parent | 15a357e5962634c94ee322fee4da897312090a89 (diff) | |
download | busybox-e765b5ac349a8f9305e52b3ab2c3ac78c17bf283.zip busybox-e765b5ac349a8f9305e52b3ab2c3ac78c17bf283.tar.gz |
libbb: rename execable -> executable. No code changes
English speakers complained that it sounded awfully broken.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index a6468f1..6578d11 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -30,7 +30,7 @@ lib-y += crc32.o lib-y += default_error_retval.o lib-y += device_open.o lib-y += dump.o -lib-y += execable.o +lib-y += executable.o lib-y += fclose_nonstdin.o lib-y += fflush_stdout_and_exit.o lib-y += fgets_str.o |