From: R. Steve McKown Date: Sat, 24 Apr 2010 01:31:22 +0000 (-0600) Subject: The previous TOSROOT was being writting to TOSCFG. X-Git-Tag: release/2.1.0-4.2~1 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=863e42871047e90af1ab14b319e1c51e2f471774 The previous TOSROOT was being writting to TOSCFG. --- diff --git a/tinyos.sh b/tinyos.sh index f7e1368f..71b09609 100644 --- a/tinyos.sh +++ b/tinyos.sh @@ -115,7 +115,7 @@ else if [ -n "$1" ]; then newroot=$(gettosroot "$1") if [ -n "$newroot" ]; then - echo "$TOSROOT" > "$TOSCFG" + echo "$newroot" > "$TOSCFG" installshrc echo "tinyos: now using $newroot" else