diff options
| author | Oxore <oxore@protonmail.com> | 2022-06-18 21:40:40 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2022-06-18 21:40:40 +0300 |
| commit | c4729c7592f47dc5d235ad9742e6ae31ed9f53b2 (patch) | |
| tree | 5cde5cc4336048ba6798520d6d71e274de700389 /3-build-binutils.sh | |
| parent | 18b217ea11efa74e3fcf04abaaae1ebd32210440 (diff) | |
Fix debug args, optimize options
Diffstat (limited to '3-build-binutils.sh')
| -rw-r--r-- | 3-build-binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3-build-binutils.sh b/3-build-binutils.sh index 4d7eeeb..a370f86 100644 --- a/3-build-binutils.sh +++ b/3-build-binutils.sh @@ -5,7 +5,7 @@ options_do_configure=1 options_do_build=1 options_do_install=1 -if [ "$0" == "-i" ]; then +if [ "$1" == "-i" ]; then options_do_configure= options_do_build= options_do_install=1 |
