From 3acf05afd8402366e53cc5bd282ee2e8b6f3d329 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 13 Jan 2015 07:55:34 -0800 Subject: Fixes the shebang line - fixes the shebang line by moving it above the copyright notice in executables. - also fixes the execution bit on all the binaries --- src/ruby/bin/noproto_client.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/ruby/bin/noproto_client.rb (limited to 'src/ruby/bin/noproto_client.rb') diff --git a/src/ruby/bin/noproto_client.rb b/src/ruby/bin/noproto_client.rb old mode 100644 new mode 100755 index 50ae9fb68f..34bdf545ee --- a/src/ruby/bin/noproto_client.rb +++ b/src/ruby/bin/noproto_client.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # Copyright 2014, Google Inc. # All rights reserved. # @@ -27,7 +29,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#!/usr/bin/env ruby # Sample app that helps validate RpcServer without protobuf serialization. # # Usage: $ ruby -S path/to/noproto_client.rb -- cgit v1.2.3