diff --git a/.hgignore b/.hgignore index 042261d5..56272f18 100644 --- a/.hgignore +++ b/.hgignore @@ -28,6 +28,7 @@ intltool-update.in ltmain.sh missing mkinstalldirs +m4/ugly-stamp.m4 syntax: regexp diff --git a/ugly/repo/ugly b/ugly/repo/ugly index 089939a1..312df5e8 100644 --- a/ugly/repo/ugly +++ b/ugly/repo/ugly @@ -277,7 +277,8 @@ if [ -z "$1" ]; then elif [ "$1" = "--stamp" ]; then shift generate_ugly_stamp "$@" - exit 0 + top_srcdir=. + input=`find_input .` else top_srcdir="$1" input="$2/Makefile.ug"