We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e70c5a4 + 63a6d80 commit 8d3774bCopy full SHA for 8d3774b
util/build-gnu.sh
@@ -37,7 +37,7 @@ path_GNU="$("${READLINK}" -fm -- "${path_GNU:-${path_UUTILS}/../gnu}")"
37
if test ! -f "${path_GNU}/configure"; then
38
echo "Could not find the GNU coreutils (expected at '${path_GNU}')"
39
echo "Download them to the expected path:"
40
- echo " (cd '${path_GNU}' && fetch-gnu.sh ) "
+ echo " (mkdir -p '${path_GNU}' && cd '${path_GNU}' && bash '${path_UUTILS}/util/fetch-gnu.sh')"
41
echo "You can edit fetch-gnu.sh to change the tag"
42
exit 1
43
fi
0 commit comments