chiark / gitweb /
add --prefix option; stop appending /debian/po to old-tree; check that target file...
[bin.git] / bazresolved
1 #! /bin/sh -e
2 # Same as 'baz resolved', but also cleans up .orig and .rej files.
3
4 baz resolved "$@"
5
6 for file; do
7         rm -f "$file.orig" "$file.rej"
8 done