summaryrefslogtreecommitdiff
path: root/tcwg-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-release.sh')
-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>