sed -e '/RE/r rfile/' needs space in 'r rfile'

Some implementations of sed (like HP-UX one) mandate a space between 'r'
and 'rfile'.

Signed-off-by: Michal Rokos <michal.rokos@nextsoft.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Michal Rokos
2006-07-08 17:27:10 +02:00
committed by Junio C Hamano
parent 6244b24906
commit 6e959ab05a