scripts/showSamples.sh
changeset 1659 5f26745a915c
parent 1658 5eccb5e9b3eb
child 1682 bcf3da3bb165
     1.1 --- a/scripts/showSamples.sh	Wed Nov 25 23:56:59 2009 +0100
     1.2 +++ b/scripts/showSamples.sh	Thu Nov 26 00:22:17 2009 +0100
     1.3 @@ -82,8 +82,8 @@
     1.4              *)          ;;
     1.5          esac
     1.6          printf "|  "
     1.7 -        [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X"
     1.8 -        [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B"
     1.9 +        [ "${CT_EXPERIMENTAL}" = "y" ] && printf "**X**"
    1.10 +        [ -f "${sample_top}/samples/${sample}/broken" ] && printf "**B**"
    1.11          printf "  |  ''${CT_KERNEL}''  |"
    1.12          if [ "${CT_KERNEL}" != "bare-metal" ];then
    1.13              if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then
    1.14 @@ -134,7 +134,7 @@
    1.15  done
    1.16  
    1.17  if [ "${opt}" = -w ]; then
    1.18 -    echo "^ @@DATE@@  |||||||||||||||"
    1.19 +    printf "^ %s  |||||||||||||||\n" "$( date "+%Y%m%d.%H%M %z" )"
    1.20      printf "^ Target  "
    1.21      printf "^ Host  "
    1.22      printf "^  Status  "
    1.23 @@ -155,7 +155,7 @@
    1.24  done |LC_ALL=C sort -k2
    1.25  
    1.26  if [ "${opt}" = -w ]; then
    1.27 -    printf "^ Total: ${#@} samples  || ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. |||||||||||||"
    1.28 +    printf "^ Total: ${#@} samples  || **X**: sample uses features marked as being EXPERIMENTAL.\\\\\\\\ **B**: sample is curently BROKEN. |||||||||||||"
    1.29      echo   ""
    1.30  elif [ -z "${opt}" ]; then
    1.31      echo '      l (local)       : sample was found in current directory'