From 473b805a002ac7a8856c0c9f90ca29e0c250eddd Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sat, 4 Apr 2015 13:58:30 -0700 Subject: [PATCH] All: Fix sanitize-deb script not cleaning up after itself --- CHANGES | 1 + tools/sanitize-deb.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index e5f7882c6..ac345fff8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 0.3.0: (Future) Bugfixes: - GBA: Fix timers not updating timing when writing to only the reload register + - All: Fix sanitize-deb script not cleaning up after itself 0.2.0: (2015-04-03) Features: diff --git a/tools/sanitize-deb.sh b/tools/sanitize-deb.sh index 0a818b752..af7c3b72b 100755 --- a/tools/sanitize-deb.sh +++ b/tools/sanitize-deb.sh @@ -57,5 +57,6 @@ while [ $# -gt 0 ]; do sed -i~ "/^[^:]*: $/d" deb-temp/DEBIAN/control rm deb-temp/DEBIAN/control~ dpkg-deb -b deb-temp $DEB + rm -rf deb-temp shift done