summaryrefslogtreecommitdiff
path: root/3-build-binutils.sh
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2022-06-18 21:40:40 +0300
committerOxore <oxore@protonmail.com>2022-06-18 21:40:40 +0300
commitc4729c7592f47dc5d235ad9742e6ae31ed9f53b2 (patch)
tree5cde5cc4336048ba6798520d6d71e274de700389 /3-build-binutils.sh
parent18b217ea11efa74e3fcf04abaaae1ebd32210440 (diff)
Fix debug args, optimize options
Diffstat (limited to '3-build-binutils.sh')
-rw-r--r--3-build-binutils.sh2
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