scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Jan 06 12:08:33 2013 +0100 (2013-01-06)
changeset 3141 d8bd17248789
parent 1189 5c20d52c8270
permissions -rw-r--r--
scripts/showTuple: fix stdout

Since we've had the debug shell feature, fd #7 is now used to
redirect stderr, while it was previously unused.

Use fd #9 to redirect stdout.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0