Correct error message.
authorOleksander Gavenko <gavenko_a@3g.ua>
Sat, 22 Mar 2008 20:37:05 +0200
changeset 42 8580453380b7
parent 41 5e25bca9f8cf
child 43 aa3265550ca6
Correct error message.
hg/hgsyncee
hg/hgsyncew
--- a/hg/hgsyncee	Sat Mar 22 20:30:37 2008 +0200
+++ b/hg/hgsyncee	Sat Mar 22 20:37:05 2008 +0200
@@ -34,7 +34,6 @@
     if [ $? = 0 ]; then
         return 0;
     else
-        MSG="It seems that mercurial is not installed."
         return 1;
     fi
 }
@@ -115,7 +114,7 @@
 
 if Check_HG_exist; then :
 else
-    MSG="It seems hg utility not in PATH."
+    MSG="It seems hg utility is not in the PATH."
     PrintLog ERROR
     exit 1;
 fi
--- a/hg/hgsyncew	Sat Mar 22 20:30:37 2008 +0200
+++ b/hg/hgsyncew	Sat Mar 22 20:37:05 2008 +0200
@@ -34,7 +34,6 @@
     if [ $? = 0 ]; then
         return 0;
     else
-        MSG="It seems that mercurial is not installed."
         return 1;
     fi
 }
@@ -115,7 +114,7 @@
 
 if Check_HG_exist; then :
 else
-    MSG="It seems hg utility not in PATH."
+    MSG="It seems hg utility is not in the PATH."
     PrintLog ERROR
     exit 1;
 fi