scripts/showSamples.sh
changeset 1804 da584d1d6ab8
parent 1789 dcfe244fc65a
child 1808 a1370757e6a1
     1.1 --- a/scripts/showSamples.sh	Sun Jan 31 20:10:14 2010 +0100
     1.2 +++ b/scripts/showSamples.sh	Sun Feb 07 17:17:52 2010 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4              sample_type="l"
     1.5              sample="${current_tuple}"
     1.6              width="${#sample}"
     1.7 -            . .config
     1.8 +            . $(pwd)/.config
     1.9              ;;
    1.10          *)  if [ -f "${CT_TOP_DIR}/samples/${sample}/crosstool.config" ]; then
    1.11                  sample_top="${CT_TOP_DIR}"