diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-08-05 17:46:17 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-08-05 17:46:17 +0200 |
commit | e3f6825fc893efa0e6481ebfd9a63d0f00c77557 (patch) | |
tree | f525f6fa565e661413b5ad8e253d344006f35649 | |
parent | 61efcde6f2eb0d0f32abb3f2befe07907f023b5c (diff) | |
download | sson-master.tar.gz sson-master.tar.xz sson-master.zip |
-rwxr-xr-x | bin/sson | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sson b/bin/sson index e24cd48..2a0f46c 100755 --- a/bin/sson +++ b/bin/sson @@ -1,6 +1,7 @@ #!/usr/bin/env ruby -$: << "../lib" +$: << File.dirname(File.realpath(__FILE__)) + "/../lib" + require 'sson' raw = false |