summaryrefslogtreecommitdiff
path: root/init.d/termencoding.in
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-01-20 16:48:24 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-01-22 11:56:24 -0600
commit6e2fbf6a0fd04f2ba4afca8b7a2ef9af34ebf330 (patch)
treea37362ae0f913e361b1e4dfec9910d7073bfbb36 /init.d/termencoding.in
parent2990e5a2e3ec06180ebe63448239e1cdad7878dd (diff)
downloadopenrc-6e2fbf6a0fd04f2ba4afca8b7a2ef9af34ebf330.tar.gz
openrc-6e2fbf6a0fd04f2ba4afca8b7a2ef9af34ebf330.tar.bz2
openrc-6e2fbf6a0fd04f2ba4afca8b7a2ef9af34ebf330.tar.xz
Make checks for writable directory posix compliant
Reported-by: Maxim Kammerer <mk@de.su> X-Gentoo-Bug: 398931 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=398931
Diffstat (limited to 'init.d/termencoding.in')
-rw-r--r--init.d/termencoding.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index edba715..b421898 100644
--- a/init.d/termencoding.in
+++ b/init.d/termencoding.in
@@ -35,7 +35,7 @@ start()
done
# Save the encoding for use immediately at boot
- if [ -w "$RC_LIBEXECDIR" ]; then
+ if dir_writable "$RC_LIBEXECDIR"; then
mkdir -p "$RC_LIBEXECDIR"/console
if yesno ${unicode:-${UNICODE}}; then
echo "" > "$RC_LIBEXECDIR"/console/unicode