You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2008/07/23 19:48:23 UTC

svn commit: r679144 - /incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh

Author: schor
Date: Wed Jul 23 10:48:22 2008
New Revision: 679144

URL: http://svn.apache.org/viewvc?rev=679144&view=rev
Log:
[UIMA-1123] Fix usage to indicate launching of script using ./name (because current directory is not on the "path")

Modified:
    incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh

Modified: incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh?rev=679144&r1=679143&r2=679144&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh (original)
+++ incubator/uima/uimaj/trunk/uimaj-eclipse-update-site/signEclipseUpdateSite.sh Wed Jul 23 10:48:22 2008
@@ -20,7 +20,7 @@
 # Bourne shell syntax, this should hopefully run on pretty much anything.
 
 usage() {
-  echo "Usage: cd to the uimaj-eclipse-update-site project, then signEclipseUpdateSite.sh <passphrase> (e.g., signEclipseUpdateSite.sh \"Your passphrase\")"
+  echo "Usage: cd to the uimaj-eclipse-update-site project, then ./signEclipseUpdateSite.sh <passphrase> (e.g., signEclipseUpdateSite.sh \"Your passphrase\")"
 }
 
 if [ -n "$1" ]