Skip to content

Commit

Permalink
edksetup.sh: when executing arithmetic commands, $ isn't needed
Browse files Browse the repository at this point in the history
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Message-Id: <20190716165538.57960-3-rebecca@bsdio.com>
  • Loading branch information
bcran authored and lersek committed Jul 23, 2019
1 parent 07d80d3 commit 11e5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edksetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ do
break
;;
esac
I=$(($I - 1))
I=$((I - 1))
done

if [ $I -gt 0 ]
Expand Down

0 comments on commit 11e5fc6

Please sign in to comment.