[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[abcde] Bug#160372: abcde should not wipe .wav files if 'clean' is not requested160372@bugs.debian.org
Package: abcde
Version: 2.0.3-1
The subject says it all... here's the patch:
--- abcde.orig Mon Jan 28 06:56:51 2002
+++ abcde Tue Sep 10 17:45:59 2002
@@ -296,9 +296,9 @@
esac
;;
esac
- # Only remove .wav if the encoding succeeded
+ # Only remove .wav if the encoding succeeded and clean is requested
if checkerrors encodetrack-$1; then :; else
- rm -f "$IN"
+ [ "$DOCLEAN" = "y" ] && rm -f "$IN"
fi
}
--
Matus "fantomas" Uhlar, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I don't wish to receive spam to this address.
Varovanie: Nezelam si na tuto adresu dostavat akukolvek reklamnu postu.
The 3 biggets disasters: Hiroshima 45, Tschernobyl 86, Windows 95
To unsubscribe: echo unsubscribe | mail abcde-request@whimsica.lly.org