metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
921 stars 115 forks source link

Pas de message d'erreur explicite pour append_tabbed #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mettre append_tabbed `cat /proc/meminfo | awk '/MemTotal/ {print
"Total:" $2/1024}'` 2 => Ca marche
2. `cat /proc/meminfo | awk '/MemTotal/ {print "Total:" $2/1024}'`
=> Erreur ./simple_curses.sh: line 202: LASTCOLS/: erreur de syntaxe :
opérande attendue (error token is "/")

What is the expected output? What do you see instead?
Ça aurait facilité le debuggage de voir "erreur pas de second argument à
append_tabbed"

Original issue reported on code.google.com by oao2...@gmail.com on 6 Jun 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Effectivement, je vais me pencher dessus ce soir, merci !

Original comment by Metal3d on 8 Jun 2009 at 9:22

GoogleCodeExporter commented 9 years ago
Commit effectué #r23

Original comment by Metal3d on 8 Jun 2009 at 10:52