scripts/showsamples: fix non-POSIX construct 1.6
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Feb 07 17:17:52 2010 +0100 (2010-02-07)
branch1.6
changeset 18238dc8aa9c1135
parent 1795 0b8276adf850
child 1824 29f23b97a4ca
scripts/showsamples: fix non-POSIX construct
(transplanted from da584d1d6ab803c0a2f7a9b53912426b69a8d322)
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Sun Jan 31 23:29:37 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}"