aboutsummaryrefslogtreecommitdiff
path: root/tcwgweb.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-18 15:59:15 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-09-18 15:59:15 -0700
commitad0ff5ce459336cc7d8240a9f7e6cdf1a292832c (patch)
treed33dcb257ca3891a5af273aeeedd67fe25876f94 /tcwgweb.sh
parentcecea91e0a1d7ee76c032e390c2b9d04f8dc9ed1 (diff)
fix case of variable
Diffstat (limited to 'tcwgweb.sh')
-rwxr-xr-xtcwgweb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwgweb.sh b/tcwgweb.sh
index 7607185..6e4761a 100755
--- a/tcwgweb.sh
+++ b/tcwgweb.sh
@@ -182,7 +182,7 @@ difftwodirs ()
fi
xz ${next}/*.sum ${next}/*.log
- echo ${RETURNSTR}
+ echo ${returnstr}
exit ${returncode}
}