mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-29 13:54:21 +00:00
This script has a '#!/bin/sh' shabang and might be running on a POSIX shell. So replace bash-specific constructions (pushd/popd, for((...)), read with '-u' option) to POSIX-shell equivalents. Signed-off-by: Led ledest@gmail.com