mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Merge pull request #1775 from bhundven/bootstrap_mixed_indent
Fix mixed indent in bootstrap
This commit is contained in:
commit
8e572114c2
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# vi: ts=4:sw=4:et
|
||||||
|
|
||||||
if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then
|
if [ "${BASH_VERSINFO[0]}" -lt 4 ]; then
|
||||||
echo "Your BASH shell version (${BASH_VERSION}) is too old." >&2
|
echo "Your BASH shell version (${BASH_VERSION}) is too old." >&2
|
||||||
@ -823,7 +824,7 @@ msg "*** Gathering the list of data files to install"
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo " \\"
|
echo " \\"
|
||||||
echo -n " ${f}"
|
echo -en "\t${f}"
|
||||||
seen_files[${f}]=y
|
seen_files[${f}]=y
|
||||||
done
|
done
|
||||||
} > verbatim-data.mk
|
} > verbatim-data.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user