From 863e42871047e90af1ab14b319e1c51e2f471774 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 23 Apr 2010 19:31:22 -0600 Subject: [PATCH] The previous TOSROOT was being writting to TOSCFG. --- tinyos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2