diff options
Diffstat (limited to 'bin/decompile')
| -rwxr-xr-x | bin/decompile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/decompile b/bin/decompile index 6073e4b..6dcdaac 100755 --- a/bin/decompile +++ b/bin/decompile @@ -33,7 +33,7 @@ main() { git commit -m "Initial commit" --no-gpg-sign # Apply source patches - git apply ../*.patch + git apply ../patches/*.patch git add . git commit -m "Source patches" --no-gpg-sign |