summaryrefslogtreecommitdiffstats
path: root/system/upx/upx-0001-fix-check_whitespace.patch
blob: 67aa0647a5341d32ebb55c5ca459def35d941454 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/stub/scripts/check_whitespace.sh	2018-06-19 10:37:43.906967996 +0200
+++ b/src/stub/scripts/check_whitespace.sh	2018-06-19 10:32:18.002066908 +0200
@@ -15,6 +15,8 @@
     -type f -iname '*.exe' -prune -o \
     -type f -iname '*.pdf' -prune -o \
     -type f -iname '*.swp' -prune -o \
+    -type f -iname '*.o' -prune -o \
+    -type f -iname '*.out' -prune -o \
     -type f -print0 | \
 LC_ALL=C sort -z | xargs -0r perl -n -e '
     #print("$ARGV\n");