+macro editor ALT-w: wrap text (subject line) to " [WAS: &]"
[nethome.git] / 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