diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 09:35:02 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 09:35:02 -0200 |
commit | 5faef3eeb27e15d0618267e29aa4e69e5aa4aea8 (patch) | |
tree | 4bede8d32d5dd24600ddec5de19e3abe0a1692ca /bootstrap.sh | |
parent | b021368d56b2afccbe8f3b3bf6142f6f7e92bd0f (diff) |
bootstrap.sh: remove an extra uneeded space from the script
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index a9a0f8ef..cddfcfe0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ if [ "GETTEXTIZE" != "" ]; then ./gettextize --force --copy --no-changelog --po-dir=libdvbv5-po for i in v4l-utils-po/Makefile.in.in libdvbv5-po/Makefile.in.in; do - sed 's,rm -f Makefile, rm -f,' $i >a && mv a $i + sed 's,rm -f Makefile,rm -f,' $i >a && mv a $i done sed 's,rm -f Makefile , rm -f ,' $i >a && mv a $i sed 's,PACKAGE = @PACKAGE@,PACKAGE = @LIBDVBV5_DOMAIN@,' <libdvbv5-po/Makefile.in.in >a && mv a libdvbv5-po/Makefile.in.in |