All of lore.kernel.org
 help / color / mirror / Atom feed
* [dim PATCH] dim: fix message about fetching drm-tip
@ 2017-01-16  9:38 Jani Nikula
  0 siblings, 0 replies; only message in thread
From: Jani Nikula @ 2017-01-16  9:38 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Set $remote before using it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index 6bbbec1cc0a3..ebb4fa97f45a 100755
--- a/dim
+++ b/dim
@@ -439,8 +439,8 @@ function dim_rebuild_tip
 		exit 1
 	fi
 
-	echo -n "Fetching drm-tip (local remote $remote)... "
 	remote=$(url_to_remote $drm_tip_ssh)
+	echo -n "Fetching drm-tip (local remote $remote)... "
 	git_fetch_helper $remote
 	echo "Done."
 
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-16  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16  9:38 [dim PATCH] dim: fix message about fetching drm-tip Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.