]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-sed-4.6.patch
add patch to workaround sed 4.6 regression/changed behavior
[packages/VirtualBox.git] / VirtualBox-sed-4.6.patch
CommitLineData
504aafd6
JP
1--- VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh.orig 2018-12-20 18:52:22.251544899 +0100
2+++ VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh 2018-12-20 18:52:43.561388418 +0100
3@@ -16,7 +16,7 @@
4 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
5 #
6
7-export LC_ALL=C
8+export LC_ALL=C.UTF-8
9
10 # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version.
11 TARGET=`readlink -e -- "${0}"` || exit 1
This page took 0.033551 seconds and 4 git commands to generate.