summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-07-15 13:44:19 +0200
committerYvan Roux <yvan.roux@linaro.org>2015-07-15 13:44:19 +0200
commitfb636a5711f41bdeed857eb4fc0a0cb675fcd0e6 (patch)
tree0f764f22cebfc543f2a6a34e161bacd1efcff9e8
parentb3b5ed633fe9cbe292fc356e63cfab8d3d9cf233 (diff)
Fix badly formed test expression.
Change-Id: I85ea0539cc3199ddc642e6a3134c6ea43eddea75
-rwxr-xr-xtcwg-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-release.sh b/tcwg-release.sh
index 55ea635..fb90dee 100755
--- a/tcwg-release.sh
+++ b/tcwg-release.sh
@@ -231,7 +231,7 @@ ask() {
changelog() {
echo $release > $REL_DIR/git/gcc/LINARO-VERSION
for cl in $(find $REL_DIR/git -name 'ChangeLog.linaro'); do
- if [ x"$cl" = x"$REL_DIR/git/gcc/ChangeLog.linaro"]; then
+ if [ x"$cl" = x"$REL_DIR/git/gcc/ChangeLog.linaro" ]; then
cat - $cl > $cl.new <<EOF
$date $NAME <$EMAIL>