aboutsummarylogtreecommitdiffstats
path: root/create-patch.sh
diff options
context:
space:
mode:
authorTomasz Gąsior2017-06-03 02:28:46 +0200
committerTomasz Gąsior2017-06-03 02:28:46 +0200
commit355dd3a35639251e6c07f50782acea620421cad5 (patch)
treecb5381b813e2250dde18aa9b1706687c8fd8a6b4 /create-patch.sh
parentcff3d30cbf155624177f7d43213e6f4b18c76b38 (diff)
downloadaur-355dd3a35639251e6c07f50782acea620421cad5.tar.gz
Project files updated.
Diffstat (limited to 'create-patch.sh')
-rw-r--r--create-patch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/create-patch.sh b/create-patch.sh
index 8fc1e724c2ca..428bd8ac0d44 100644
--- a/create-patch.sh
+++ b/create-patch.sh
@@ -9,7 +9,7 @@
if [[ -d ./org/gtk ]] && [[ -d ./mod/gtk ]] && [[ $1 ]]; then
# Save.
- diff -U 5 -r -Z -B ./org/gtk ./mod/gtk > "$1.patch"
+ diff -U 25 -r -Z -B ./org/gtk ./mod/gtk > "$1.patch"
# Preview.
- reset; diff --color=always -U 5 -r -Z -B ./org/gtk ./mod/gtk
+ reset; diff --color=always -U 25 -r -Z -B ./org/gtk ./mod/gtk
fi