chromium-browser-stable-test/patches.sh

5 lines
208 B
Bash
Executable file

#!/bin/sh
# Author: mikhailnov
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