diff options
-rwxr-xr-x | core/binutils/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binutils/build b/core/binutils/build index 5b3140f0..8575b638 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -16,7 +16,7 @@ printf 'makeinfo (GNU texinfo) 5.2\n' EOF chmod +x makeinfo - export PATH=$PATH:$PWD + export PATH="$PATH:$PWD" } # Word splitting is intentional here. |