diff options
Diffstat (limited to 'rfc.sh')
| -rwxr-xr-x | rfc.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
