mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
scripts/showsamples: fix non-POSIX construct
This commit is contained in:
parent
013230cda9
commit
c971f6ee33
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user