From bd2e4a2dd2f004297661d03bafa8ed9b11a7aeb2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 Jul 2014 17:59:51 +0400 Subject: [PATCH] Fix a bug: restore $t --- configure-sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-sf b/configure-sf index 5f08c21..fb38125 100755 --- a/configure-sf +++ b/configure-sf @@ -32,4 +32,4 @@ if [ -n "$prefix" ]; then fi && git config hooks.envelopesender noreply@sourceforge.net && git config hooks.mailinglist $MLIST@lists.sourceforge.net -#git config hooks.showrev "t=%s; printf 'http://$PROJECTNAME.git.sourceforge.net/git/gitweb.cgi?p=$PROJECTNAME/$REPONAME;a=commitdiff;h=%%s' ; echo;echo; git show -C ; echo" +#git config hooks.showrev "t=%s; printf 'http://$PROJECTNAME.git.sourceforge.net/git/gitweb.cgi?p=$PROJECTNAME/$REPONAME;a=commitdiff;h=%%s' \$t; echo;echo; git show -C \$t; echo" -- 2.39.2