chromium-browser-stable-test/patches.sh

7 lines
215 B
Bash
Raw Normal View History

#!/bin/sh
# Author: mikhailnov
2018-10-26 18:24:26 +03:00
set -x
cat *.spec | grep ^Patch | awk '{print $NF}' | sort | uniq > /tmp/patches-spec
ls | grep \.patch | sort | uniq > /tmp/patches-files
diff -u /tmp/patches-spec /tmp/patches-files