From 08e09ee538f0a10be528beb19f4f29b33683d2c8 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Mon, 29 Jun 2009 02:18:44 +0200 Subject: [PATCH] Move shebang line before copyright header. --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index ef3c583..b21af8b 100644 --- a/main.rb +++ b/main.rb @@ -1,3 +1,4 @@ +#!/usr/bin/env ruby # Copyright (c) 2009 Paolo Capriotti # # This program is free software; you can redistribute it and/or modify @@ -5,7 +6,6 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -#!/usr/bin/env ruby require '${DATA_INSTALL_DIR}/kaya/lib/kaya.rb' start_kaya if __FILE__ == $0 -- 2.11.4.GIT