Moved for merge preparation.
[core.git] / contrib / patch_i.sh
diff --git a/contrib/patch_i.sh b/contrib/patch_i.sh
new file mode 100755 (executable)
index 0000000..6690ae0
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+patch -p0 < i || exit 10
+if test "$1" = ""; then
+       svn commit || exit 10
+else
+       svn commit -m "$1" || exit 10
+fi
+rm i