--- branches/magellan-next/include/xdg.sminc 2012/01/05 15:20:14 9702 +++ branches/magellan-next/include/xdg.sminc 2012/01/05 21:29:18 9715 @@ -143,7 +143,7 @@ for i in $* do case $1 in - --srcdir|-s) shift; prefix="${SOURCEDIR}/${PNAME}/" ;; + --srcdir|-s) prefix="${SOURCEDIR}/${PNAME}/" ;; --name|-n) shift; name="$1"; modify="1" ;; --comment|-m) shift; comment="$1"; modify="1" ;; --exec|-e) shift; exec="$1"; modify="1" ;;