From 9c3abb20e1138a53d6d42521ffe6d7aec44b98aa Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 22 Dec 2009 14:27:40 +0530 Subject: [PATCH] easy install: minor user message change for first-time install --- src/gl-easy-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gl-easy-install b/src/gl-easy-install index b74621a..819eb20 100755 --- a/src/gl-easy-install +++ b/src/gl-easy-install @@ -199,8 +199,8 @@ version_info() { git describe --tags --long HEAD 2>/dev/null > src/VERSION || echo '(unknown)' > src/VERSION # what was the old version there? - export upgrade_details="you are upgrading from \ - $(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(unknown)' ) \ + export upgrade_details="you are upgrading \ + $(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(or installing first-time)' ) \ to $(cat src/VERSION)" prompt "$upgrade_details" "$v_upgrade_details"