]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
cleanup
authorElan Ruusamäe <glen@delfi.ee>
Mon, 14 Jan 2013 09:58:52 +0000 (11:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 14 Jan 2013 09:58:52 +0000 (11:58 +0200)
make-diff-patch.sh

index b85878ade58c5eacbf6dd7116bb65649704d0899..a2c7f5d6a6fb493042ae09e3e937256bcda785a1 100755 (executable)
@@ -32,6 +32,7 @@ test -d $srcdir || unpack $src
 test -d $dstdir || unpack $dst
 if diff -Nur $srcdir $dstdir > $patch; then
        echo "No diffs!"
+       rm $patch
 else
        echo "Patch created"
        ls -lh $patch
This page took 0.034269 seconds and 4 git commands to generate.