diff -r dcfe244fc65a -r da584d1d6ab8 scripts/showSamples.sh --- a/scripts/showSamples.sh Sun Jan 31 20:10:14 2010 +0100 +++ b/scripts/showSamples.sh Sun Feb 07 17:17:52 2010 +0100 @@ -25,7 +25,7 @@ sample_type="l" sample="${current_tuple}" width="${#sample}" - . .config + . $(pwd)/.config ;; *) if [ -f "${CT_TOP_DIR}/samples/${sample}/crosstool.config" ]; then sample_top="${CT_TOP_DIR}"