From b799eb2bdab6f235587cd6714c062be984ab3bc7 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 12 Nov 2011 03:37:56 +0100 Subject: [PATCH] Update sync.bash to be *correct*. --- pkg/mumbleproto/sync.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mumbleproto/sync.bash b/pkg/mumbleproto/sync.bash index 04257b0..42a2745 100755 --- a/pkg/mumbleproto/sync.bash +++ b/pkg/mumbleproto/sync.bash @@ -2,4 +2,4 @@ # Syncs the Mumble.proto file with the main Mumble repo curl -O https://raw.github.com/mumble-voip/mumble/master/src/Mumble.proto -sed -i -e 's,MumbleProto,mumbleproto,' Mumble.proto +sed -i '' -e 's,MumbleProto,mumbleproto,' Mumble.proto