$1 is now basename-ed
authorshort <>
Tue, 2 Oct 2001 02:21:13 +0000 (02:21 +0000)
committershort <>
Tue, 2 Oct 2001 02:21:13 +0000 (02:21 +0000)
Fixed typo in "httpd" processing

bin/mdr_args

index 2b64f98..c9e2b8c 100755 (executable)
@@ -4,7 +4,7 @@ if [ $# != 1 ];then
        exit 1
 fi
 
-case "$1" in
+case "`basename "$1"`" in
 
 tac_plus)
        minus=
@@ -19,6 +19,7 @@ dosfsck)
        ;;
 httpd)
        echo "-DSSL -X -f $HOME/http/httpd.conf"
+       ;;
 *)
        ;;
 esac