commit a6d05f5b422f80e2ac6fd21f3ef2068ee68b37b0 parent b93d552f1e6c75944adfc8585bfbcd1d1db4c7d2 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 28 Jan 2019 21:52:37 +0100 Fix cmd-line set of language Diffstat:
M | links/bin/keyboard-layout-switch.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/bin/keyboard-layout-switch.sh b/links/bin/keyboard-layout-switch.sh @@ -16,7 +16,7 @@ function set_language { #notify-send "$1" } -[[ $# -gt 0 ]] && set_language "$1" +[[ $# -gt 0 ]] && set_language "$1" && exit # write the file if it doesn't exist if [ ! -f $layoutfile ]; then