mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Merge pull request #86 from bhundven/show_samples_variables
showSamples: Update to use variables from paths.sh
This commit is contained in:
commit
2efbe05aa8
@ -103,7 +103,7 @@ dump_single_sample() {
|
||||
;;
|
||||
canadian)
|
||||
printf "| ''"
|
||||
printf "${sample}" |sed -r -e 's/.*,//'
|
||||
printf "${sample}" |${sed} -r -e 's/.*,//'
|
||||
printf "'' | ${CT_HOST} "
|
||||
;;
|
||||
*) ;;
|
||||
@ -149,7 +149,7 @@ dump_single_sample() {
|
||||
fi
|
||||
)
|
||||
sample_updated="$( git log -n1 --pretty=format:'%ci' "${sample_top}/samples/${sample}" \
|
||||
|awk '{ print $1; }' )"
|
||||
|${awk} '{ print $1; }' )"
|
||||
printf "| ${sample_updated} "
|
||||
echo "|"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user