Browse Source

Add 'Create patch file' shell script

master
Fincer 6 years ago
parent
commit
94df370f4e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      3-create-patchfile.sh

+ 5
- 0
3-create-patchfile.sh View File

@ -0,0 +1,5 @@
#!/bin/sh
# Create a patch file from winecfg code changes in the subdirectory b.
LC_ALL=C diff -Burp a/programs/winecfg/ b/programs/winecfg/ | grep -vi '^only in' > wine-staging_winecfg.patch

Loading…
Cancel
Save