From 69e787a1efd3a05f09eb4999f9712589c543fb3b Mon Sep 17 00:00:00 2001 From: Fincer Date: Sat, 28 Apr 2018 01:09:39 +0300 Subject: [PATCH] Add author tags to shell scripts --- 1-preconf-winecfg.sh | 2 ++ 2-run-winecfg.sh | 2 ++ 3-create-patchfile.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/1-preconf-winecfg.sh b/1-preconf-winecfg.sh index 59a9dc5..bc5b612 100755 --- a/1-preconf-winecfg.sh +++ b/1-preconf-winecfg.sh @@ -4,6 +4,8 @@ # # Wine must be installed. # Wine-Staging recommended (and required by the original patch file). +# +# Author: Pekka Helenius (~Fincer), 2018 function do_winecfg_changes { diff --git a/2-run-winecfg.sh b/2-run-winecfg.sh index 9367530..7f1a320 100755 --- a/2-run-winecfg.sh +++ b/2-run-winecfg.sh @@ -1,6 +1,8 @@ #!/bin/sh # Make patched winecfg dialog and run it on Wine +# +# Author: Pekka Helenius (~Fincer), 2018 WORKDIR=$(pwd) diff --git a/3-create-patchfile.sh b/3-create-patchfile.sh index e8fc288..a6a6ac4 100755 --- a/3-create-patchfile.sh +++ b/3-create-patchfile.sh @@ -1,5 +1,7 @@ #!/bin/sh # Create a patch file from winecfg code changes in the subdirectory b. +# +# Author: Pekka Helenius (~Fincer), 2018 LC_ALL=C diff -Burp a/programs/winecfg/ b/programs/winecfg/ | grep -vi '^only in' > wine-staging_winecfg.patch