diff -r dcfe244fc65a -r 54fe21c3fc77 scripts/showSamples.sh --- a/scripts/showSamples.sh Sun Jan 31 20:10:14 2010 +0100 +++ b/scripts/showSamples.sh Thu Feb 18 00:04:48 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}"