diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-08-29 09:04:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-08-29 09:04:42 +0200 |
commit | e4278fa98956f98519270b9bb74d59a799243ccf (patch) | |
tree | 17432371cbfce56546fbb7f1d2db26028fa3f4b5 /autogen.sh | |
parent | a647a54cd1832582d3ebbe47adf024fed9f9ec0b (diff) |
autogen.sh: don't touch autogen.lastrun if it already exists
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index edf6200d9263..6135d17a8611 100755 --- a/autogen.sh +++ b/autogen.sh @@ -149,7 +149,7 @@ if (defined $ENV{NOCONFIGURE}) { close ($fh); } } - else + elsif ( ! -e "autogen.lastrun") { system("touch autogen.lastrun"); } |