summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-01 06:05:07 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-01 06:05:07 +0000
commitedd51d43958b0dfc07db59e73e2245838b00edaa (patch)
tree44ffa9d12a0977b6db9a8cb9c3c7559a7d10d8ff /linux
parent36f214cd7ad3bee2a81767bd6dbc7da3d606b772 (diff)
downloadneo-layout-edd51d43958b0dfc07db59e73e2245838b00edaa.tar.gz
neo-layout-edd51d43958b0dfc07db59e73e2245838b00edaa.tar.bz2
neo-layout-edd51d43958b0dfc07db59e73e2245838b00edaa.zip
»num« an die neue Gestaltung der Referenz angepasst
git-svn-id: https://svn.neo-layout.org@837 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rwxr-xr-xlinux/bin/num2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bin/num b/linux/bin/num
index 5fe4188..371feb5 100755
--- a/linux/bin/num
+++ b/linux/bin/num
@@ -4,7 +4,7 @@
NEO_TXT=$HOME/neo/A-REFERENZ-A/neo20.txt
if [ 0 = $# ]; then
- grep -m 1 -B 15 "┴─────┘" $NEO_TXT
+ grep -m 1 -B 15 "┴───────┘" $NEO_TXT
else
for NUM in $@; do
if [ $(($NUM)) -ge 1 -a $(($NUM)) -le 6 ]; then