Codebase list dillo / 793340a
Use [!-f]|| instead of [-f]&& to make -e happy Axel Beckert 12 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242 clean-patched:
4343 dh_testdir
4444 dh_testroot
45 [ -f config.h.in.backup ] && cp -p config.h.in.backup config.h.in
45 [ ! -f config.h.in.backup ] || cp -p config.h.in.backup config.h.in
4646 rm -f build-stamp configure-stamp
4747 [ ! -f Makefile ] || $(MAKE) distclean
4848 -rm -f `find . -name "*~"`