diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:45:29 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:45:29 +0100 |
commit | b46573e62665d0fb1804a7708c6bcfd9ab6b5b02 (patch) | |
tree | 878f8f5ce47795617991c8027504ee0d02f19f2a | |
parent | d514c1068746e7e94b25b6b11c5960379d76d375 (diff) | |
download | repository-b46573e62665d0fb1804a7708c6bcfd9ab6b5b02.tar.gz |
binutils: fix shellcheck error
-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. |