mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-18 23:38:14 +00:00
scripts: first batch of hg->git conversion
Replace calls to 'hg' with as-close-as-possible equivalents in git. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Yes, this is supposed to be a POSIX-compliant shell script.
|
||||
|
||||
echo "Broken, fix hg->git conversion first" >&2
|
||||
exit 1
|
||||
|
||||
# Parses all samples on the command line, and for each of them, prints
|
||||
# the versions of the main tools
|
||||
|
||||
|
Reference in New Issue
Block a user