diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2014-04-30 18:20:28 -0400 |
---|---|---|
committer | Luis de Bethencourt <luis@debethencourt.com> | 2014-04-30 18:20:28 -0400 |
commit | 9f9503ca0e9e6e389412fecf723debc4b76b0f80 (patch) | |
tree | a2f165bb5a1219bcf7d60cce1bf6aa7ae84e0418 /scripts | |
parent | 041008481bd04493035033480cba73600f8249ed (diff) |
scripts/git-version.sh: remove unused variable
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/git-version.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/git-version.sh b/scripts/git-version.sh index b508f3366..dca352ab2 100755 --- a/scripts/git-version.sh +++ b/scripts/git-version.sh @@ -4,8 +4,6 @@ # run this from a directory that contains the checkouts for each of the # modules -FAILURE= - for m in \ gstreamer gst-plugins-base \ gst-plugins-good gst-plugins-ugly gst-plugins-bad \ |