diff --git a/pkgs/applications/office/openoffice/default.nix b/pkgs/applications/office/openoffice/default.nix index dae4ebdcc3a..8b6e1653ba9 100644 --- a/pkgs/applications/office/openoffice/default.nix +++ b/pkgs/applications/office/openoffice/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { Thus, force compilation with 4.5 and hope for the best. */ '' sed -i *"/cppu/inc/uno/lbnames.h" \ - -es 's/#[[:blank:]]*error "Supported.*$//g' + -e 's/#[[:blank:]]*error "Supported.*$//g' ''; src_system = fetchurl {