# HG changeset patch # User "Yann E. MORIN" # Date 1265559472 -3600 # Node ID da584d1d6ab803c0a2f7a9b53912426b69a8d322 # Parent 2c0ed9ec9a8ce08c34b6c9c6438e8fe8e8ce4862 scripts/showsamples: fix non-POSIX construct diff -r 2c0ed9ec9a8c -r da584d1d6ab8 scripts/showSamples.sh --- a/scripts/showSamples.sh Thu Feb 11 21:28:10 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}"