diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-06 02:59:15 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-06 02:59:15 +0000 |
commit | 2eb5b7dc0ff8b5917b44f5db61647ad44832c8f6 (patch) | |
tree | ea893c2e2bc6a149900ba91755b9ac06847f5aee /linux/bin/asdf | |
parent | 37912c0745466fdc3aa8c52995d299e31d589667 (diff) |
In manchen Systemen ist ein Variablenname bei read notwendig
git-svn-id: https://svn.neo-layout.org@1385 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/asdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index d0b53db..897432c 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -42,8 +42,8 @@ die() { numlock_manually() { echo "$1" >&2 - echo "Please turn Numlock $2 and press ›Enter‹ to continue." >&2 - read + echo "Please turn Numlock $2 now and press ›Enter‹ to continue." >&2 + read enter } set_xmodmap() { |