changeset 42:f306ba1edc36

cds: Fixed non-hyphenated command execution
author Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
date Sat, 05 May 2007 15:20:40 -0400
parents edeaaab85e32
children 7fc785a79615
files cds
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cds	Thu Apr 19 15:34:33 2007 -0400
+++ b/cds	Sat May 05 15:20:40 2007 -0400
@@ -19,7 +19,7 @@
 }
 
 if [ `basename $0` = "cds" ]; then
-	if [ $# -ne 1 ]; then
+	if [ $# -ne 0 ]; then
 		#otherwise launch the intended client script
 		PROGNAME=cds-$1
 		PROG=$DIR/$PROGNAME