diff options
author | Kyle D <kdumontnu@gmail.com> | 2022-02-05 11:31:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 18:31:57 +0000 |
commit | a51d2114c7c0472cf20459dd8916bf48d529ae83 (patch) | |
tree | e57c4b7b39149513293b128cd8838c758cec2703 /modules/httplib | |
parent | 933e819165acde362d5d9ab72c3bcf7c9b399ae6 (diff) | |
download | gitea-a51d2114c7c0472cf20459dd8916bf48d529ae83.tar.gz gitea-a51d2114c7c0472cf20459dd8916bf48d529ae83.zip |
quote MAKE to prevent path expansion with space error (#18622)
Pretty minor change to prevent error when `$(MAKE)` path is expanded with a space in the path.
```bash
$ TAGS="bindata sqlite sqlite_unlock_notify" make build
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make -v | head -n 1'
```
I believe Program Files (x86) is the default path for GNU make on windows
Diffstat (limited to 'modules/httplib')
0 files changed, 0 insertions, 0 deletions