diff options
author | Lionel Orry <lionel.orry@gmail.com> | 2011-05-02 09:50:31 +0200 |
---|---|---|
committer | jeremyz <jeremy@asynk.ch> | 2011-05-03 17:49:09 +0200 |
commit | 9713cf1136c37cee1ad893b9443dadae1d9fc5d2 (patch) | |
tree | 9b52bcb0a937c8c291ec9b0283af6b2e792bcbfe /test | |
parent | 4e9e379242fcfc865f45f861480eefcd3d672f39 (diff) | |
download | ffi-efl-9713cf1136c37cee1ad893b9443dadae1d9fc5d2.zip ffi-efl-9713cf1136c37cee1ad893b9443dadae1d9fc5d2.tar.gz |
remove unicode BOM from file (was failing to run under ruby18)
Diffstat (limited to 'test')
-rw-r--r-- | test/test_edje.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_edje.rb b/test/test_edje.rb index 6b68b64..23d71f2 100644 --- a/test/test_edje.rb +++ b/test/test_edje.rb @@ -1,4 +1,4 @@ -#! /usr/bin/env ruby +#! /usr/bin/env ruby # -*- coding: UTF-8 -*- # require 'efl/eina' |