diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-02-16 18:31:44 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-02-17 02:16:50 -0300 |
commit | c3caaecfa06467200dbd42e079baf8b468a49e6a (patch) | |
tree | 87a08561e681d03244bcd26e7a32fc6b4e53225a /win32 | |
parent | 0b15b5f450b5e1e569255b41457b187154e39e5b (diff) | |
download | luarocks-c3caaecfa06467200dbd42e079baf8b468a49e6a.tar.gz luarocks-c3caaecfa06467200dbd42e079baf8b468a49e6a.tar.bz2 luarocks-c3caaecfa06467200dbd42e079baf8b468a49e6a.zip |
win32: do not use "pwd" on windows, use "echo %cd%"
Diffstat (limited to 'win32')
-rw-r--r-- | win32/COPYING | 2 | ||||
-rw-r--r-- | win32/tools/pwd.exe | bin | 61440 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/win32/COPYING b/win32/COPYING index 7fd84ab1..b5bed84d 100644 --- a/win32/COPYING +++ b/win32/COPYING | |||
@@ -4,7 +4,7 @@ following licenses: | |||
4 | 4 | ||
5 | * For 7z.exe and 7z.dll, please see COPYING_7z for details. | 5 | * For 7z.exe and 7z.dll, please see COPYING_7z for details. |
6 | 6 | ||
7 | * find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, md5sum.exe, | 7 | * find.exe, mv.exe, wget.exe, ls.exe, md5sum.exe, |
8 | cp.exe, and uname.exe are part of UnxUtils, check | 8 | cp.exe, and uname.exe are part of UnxUtils, check |
9 | http://unxutils.sourceforge.net/ for license information. | 9 | http://unxutils.sourceforge.net/ for license information. |
10 | 10 | ||
diff --git a/win32/tools/pwd.exe b/win32/tools/pwd.exe deleted file mode 100644 index 7dd114de..00000000 --- a/win32/tools/pwd.exe +++ /dev/null | |||
Binary files differ | |||