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/math_client.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/ruby/bin/math_client.rb (limited to 'src/ruby/bin/math_client.rb') diff --git a/src/ruby/bin/math_client.rb b/src/ruby/bin/math_client.rb old mode 100644 new mode 100755 index 5cba9317f4..4df333d085 --- a/src/ruby/bin/math_client.rb +++ b/src/ruby/bin/math_client.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # Copyright 2014, Google Inc. # All rights reserved. # @@ -27,8 +29,7 @@ # (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 accesses a Calc service running on a Ruby gRPC server and # helps validate RpcServer as a gRPC server using proto2 serialization. # -- cgit v1.2.3