summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-07 16:17:52 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-07 16:17:52 (GMT)
commitbe877e74a698366269c7707e9bd450f587a811e7 (patch)
tree482feed02221d94809e4d118aabe6234b385903a
parent6d5f00aee700c909a37b3c3600b86d80598a170e (diff)
scripts/showsamples: fix non-POSIX construct
(transplanted from da584d1d6ab803c0a2f7a9b53912426b69a8d322)
-rwxr-xr-xscripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index f6eb8b2..fb77fdf 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -25,7 +25,7 @@ dump_single_sample() {
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}"