diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 19:06:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 19:07:30 +0100 |
commit | 149c07950c3052da424c5da5d5a47687b3a1b9b7 (patch) | |
tree | d857c5ea2f864d740e1057b961a3af4a75307545 /scripts | |
parent | 31a16a1bfb8f1824aa6da4f910cc2d76cdc8469e (diff) |
variable is not used, remove it
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prereq.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh index 8d8da4f68..d4212ec93 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -338,8 +338,7 @@ echo 'LC_ALL:=C' >> $topdir/prereq.mk echo "_PATH:=$PATH" >> $topdir/prereq.mk echo "PATH:=${topdir}/scripts:/usr/sbin:$PATH" >> $topdir/prereq.mk echo "GIT:=$(which git 2>/dev/null)" >> $topdir/prereq.mk -echo "GITOPTS:=" >> $topdir/prereq.mk -echo "export ADK_TOPDIR GIT GITOPTS SHA256 BASH SHELL" >> $topdir/prereq.mk +echo "export ADK_TOPDIR GIT SHA256 BASH SHELL" >> $topdir/prereq.mk # create temporary Makefile cat >Makefile.tmp <<'EOF' |