summaryrefslogtreecommitdiffstats
path: root/rfc.sh
diff options
context:
space:
mode:
authorEmmanuel Dreyfus <manu@netbsd.org>2011-08-12 10:26:47 +0200
committerAnand Avati <avati@gluster.com>2011-08-12 01:31:41 -0700
commit5b6be1cdb500b375d673d9b2f2dfe7cfbda5d2b8 (patch)
tree5dff9025e9b83a5f9a2ab5726b8a8038b7c4ac67 /rfc.sh
parent9fa3aeadfe162483e01f285c7fd4d5f0fb712c18 (diff)
One more missing change :-/
Change-Id: I6eeaee73e7c9124a1959acb2fe47d5cad3a3baac Reviewed-on: http://review.gluster.com/225 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'rfc.sh')
-rwxr-xr-xrfc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc.sh b/rfc.sh
index 10679f6c..e8b5e2b6 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -60,7 +60,7 @@ editor_mode()
continue;
fi
- sed -i "s/^\(Change-Id: .*\)$/\1\nBUG: $bug/g" $1 > $1.new && \
+ sed "s/^\(Change-Id: .*\)$/\1\nBUG: $bug/g" $1 > $1.new && \
mv $1.new $1;
return;
done