diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:26:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:26:02 +0900 |
commit | c818dd0b9a3af1d324490ede87d39ca877b1cf20 (patch) | |
tree | 00d5c2384212717e4c7f8ae324e39ef7290a869a /misc | |
parent | e78f27734ee8e1198656bf1466631f4748ba76b0 (diff) | |
download | scripts-c818dd0b9a3af1d324490ede87d39ca877b1cf20.tar.gz scripts-c818dd0b9a3af1d324490ede87d39ca877b1cf20.zip |
Add kcrash --> tdecrash to conversion scripts and to r14.1.x backporting script
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 58e7d47..2a15b9d 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -52,3 +52,7 @@ sed -i "$@" \ -e "s|tdeprocess|kprocess|g" -e "s|TDEProcIO|KProcIO|g" -e "s|tdeprocio|kprocio|g" + +# tdecrash --> kcrash +sed -i "$@" \ + -e "s|tdecrash|kcrash|g" \ |