summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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}"