summaryrefslogtreecommitdiff
path: root/linux/bin/asdf
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bin/asdf')
-rwxr-xr-xlinux/bin/asdf4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf
index 567667c..38d8ec7 100755
--- a/linux/bin/asdf
+++ b/linux/bin/asdf
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
# Copyright 2008 Bernd Steinhauser <berniyh@exherbo.org>
# Copyright 2008 Benjamin Kellermann
# Copyright 2008 Pascal Hauck
@@ -43,7 +43,7 @@ set_xmodmap() {
if [ -e "${PATH_XMODMAP}" ]; then
if [ -f "$@" ]; then
set_xkbmap ie
- "${PATH_XMODMAP}" "$@" || set_xkbmap de; die "Failed to set xmodmap $@."
+ "${PATH_XMODMAP}" "$@" || ( set_xkbmap de ; die "Failed to set xmodmap $@." )
else
die "Cannot use $@ for xmodmap."
fi