# HG changeset patch # User Josef "Jeff" Sipek # Date 1178392840 14400 # Node ID f306ba1edc3602b63fe1e37961d8da61cb1f9a15 # Parent edeaaab85e32f04840a7bc2c347aca99458c2750 cds: Fixed non-hyphenated command execution diff -r edeaaab85e32 -r f306ba1edc36 cds --- 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