grim/gplate

Parents 1a82b5b1973c
Children be28a509d5f4
fix the dash won't source a file that isn't on the path "bug"
  • +3 -0
    autogen.sh
  • --- a/autogen.sh Tue Jun 23 23:09:16 2009 -0500
    +++ b/autogen.sh Fri Nov 13 17:01:10 2009 -0600
    @@ -153,7 +153,10 @@
    if [ -f ${ARGS_FILE} ] ; then
    echo "found."
    printf "sourcing ${ARGS_FILE}: "
    + __path="${PATH}"
    + PATH=".:${__path}"
    . autogen.args
    + PATH="${__path}"
    echo "done."
    else
    echo "not found."