NordicSemiconductor / Nordic-Thingy52-FW

Nordic Thingy:52 software development kit. This kit is designed to assist users in developing their own custom firmware for Thingy. Please see http://www.nordicsemi.com/thingy for the latest news and software releases.
Other
210 stars 133 forks source link

setup_sdk.sh: remove bashisms #25

Closed pabigot closed 6 years ago

pabigot commented 6 years ago

The script is not executable, so a user might try to run it under a POSIX shell which will fail because pushd/popd are not supported. Use subshells to get the same result.

Signed-off-by: Peter A. Bigot pab@pabigot.com

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.