commit c2f819863f5dd5031346fd483c7adf2d77bec42e Author: Georg Koppen gk@torproject.org Date: Tue Jan 20 11:41:44 2015 +0000
Bug 14303: Adapt fix for #13015 to signing script --- gitian/signmars.sh | 1 + 1 file changed, 1 insertion(+)
diff --git a/gitian/signmars.sh b/gitian/signmars.sh index fdb531e..ed42971 100755 --- a/gitian/signmars.sh +++ b/gitian/signmars.sh @@ -30,6 +30,7 @@ if ! [ -e $VERSIONS_FILE ]; then fi
. $VERSIONS_FILE +eval $(./get-tb-version $TORBROWSER_VERSION_TYPE)
export LC_ALL=C
tbb-commits@lists.torproject.org