diff options
author | Wayne Davison <wayned@samba.org> | 2007-11-20 17:22:47 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-11-20 17:22:47 -0800 |
commit | dc2815c1fb40ff8f40eee6e1eaf57deb7fbf1d3d (patch) | |
tree | 6be1d8b26f28374809a30af05f8cbed8e3557953 /configure | |
parent | 3005a12bcec665882d17f472cf19802c0d965a2f (diff) | |
download | rsync-dc2815c1fb40ff8f40eee6e1eaf57deb7fbf1d3d.tar.gz rsync-dc2815c1fb40ff8f40eee6e1eaf57deb7fbf1d3d.tar.bz2 rsync-dc2815c1fb40ff8f40eee6e1eaf57deb7fbf1d3d.zip |
Make sure that a failure to build configure.sh or config.h.in
doesn't leave a file lying around that could deceive us on the
next run.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ if [ ! -f "$realconfigure" ]; then rsync -avz rsync://rsync.samba.org/rsyncftp/generated-files/'c*' . else echo 'Failed to build configure.sh and/or config.h.in -- giving up.' >&2 + rm -f "$realconfigure" exit 1 fi if test x"$curdir" != x; then |