From 8251a3ad883c4bf4c044a5791fef0104d1d23e8e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Date: Fri, 24 May 2013 09:59:16 +0200 Subject: [PATCH] use an empty string instead of @same MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it's less arbitrary and easier to edit. Change-Id: Ib9e7ad35268082775b959ae5afb57fee1316d3f7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> --- scripts/qt/qtmod_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qt/qtmod_test.pl b/scripts/qt/qtmod_test.pl index 94299fc3..a48e2008 100755 --- a/scripts/qt/qtmod_test.pl +++ b/scripts/qt/qtmod_test.pl @@ -737,7 +737,7 @@ sub set_module_refs # Also, this code assumes that init-repository always uses `origin' as the remote. while ( my ($module, $ref) = each %module_to_ref ) { local $CWD = catfile( $qt_dir, $module ); - $ref = $qt_ref if ($ref eq '@same'); + $ref = $qt_ref if ($ref eq ''); # FIXME how do we guarantee we have this SHA1? # If it's not reachable from a branch obtained from a default `clone', it could be missing. -- GitLab