From 9925e00668765b1e9d176b8de22e65a6e9d5ea3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 24 Jun 2011 14:43:09 +0200 Subject: easy_e17.sh: show git url --- easy_e17.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index 0945037..ca33b9f 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -135,7 +135,11 @@ function header () echo " Config files: $conf_files" echo " Install path: $install_path" echo " Source path: $src_path" - echo " Source url: $src_url (Revision: $src_rev)" + if [ $git -eq 1 ]; then + echo " Source url: $git_url" + else + echo " Source url: $src_url (Revision: $src_rev)" + fi echo " Source mode: $src_mode" echo " Logs path: $logs_path" if [ "$linux_distri" ]; then -- cgit v1.1-2-g2b99