From 112ee0e018e658f0c6dfb0bee32be19ae67ce00f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:26 +0200 Subject: Adding casper 1.77+debian-2. --- scripts/casper-bottom/19keyboard | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/casper-bottom/19keyboard') diff --git a/scripts/casper-bottom/19keyboard b/scripts/casper-bottom/19keyboard index 7acc4e4..81cce72 100755 --- a/scripts/casper-bottom/19keyboard +++ b/scripts/casper-bottom/19keyboard @@ -26,16 +26,16 @@ csvariant= csmodel= # commandline -if [ ! -z "${KBD}" ]; then +if [ -n "${KBD}" ]; then kbd="${KBD}" fi -if [ ! -z "${CSLAYOUT}" ]; then +if [ -n "${CSLAYOUT}" ]; then cslayout="${CSLAYOUT}" fi -if [ ! -z "${CSVARIANT}" ]; then +if [ -n "${CSVARIANT}" ]; then csvariant="${CSVARIANT}" fi -if [ ! -z "${CSMODEL}" ]; then +if [ -n "${CSMODEL}" ]; then csmodel="${CSMODEL}" fi -- cgit v1.2.3