diff -r 7563a985370b -r 0da038fd747b scripts/showSamples.sh --- a/scripts/showSamples.sh Mon Sep 07 19:03:09 2009 +0200 +++ b/scripts/showSamples.sh Wed Nov 25 23:40:25 2009 +0100 @@ -130,7 +130,7 @@ done if [ "${opt}" = -w ]; then - echo "^ @@DATE@@ ^ |||||||||||||" + echo "^ @@DATE@@ |||||||||||||||" printf "^ Target " printf "^ Status " printf "^ Host " @@ -151,7 +151,7 @@ done if [ "${opt}" = -w ]; then - printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. |||||||||||||" + printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. ||||||||||||||" echo "" elif [ -z "${opt}" ]; then echo ' l (local) : sample was found in current directory'