]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - make-diff-patch.sh
up to 43.0.2357.52
[packages/chromium-browser.git] / 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.023575 seconds and 4 git commands to generate.