diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-14 01:14:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-14 01:14:43 +0100 |
commit | 050384f70d2569118a5e09d80579959f0a9f9cb8 (patch) | |
tree | 029fb4a262c4e309266c5d7462d3a606cb59b987 /h2 | |
parent | a4dd08c2e87b6b911d793f5e9c800e5258bedb6a (diff) | |
download | bin-050384f70d2569118a5e09d80579959f0a9f9cb8.zip bin-050384f70d2569118a5e09d80579959f0a9f9cb8.tar.gz |
h2 : oops wrong lib version
Diffstat (limited to 'h2')
-rwxr-xr-x | h2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #! /bin/bash -LD_PRELOAD=/opt/lib/libhydrogen-core-0.9.7.so /opt/bin/hydrogen +LD_PRELOAD=/opt/lib/libhydrogen-core-1.0.0.so /opt/bin/hydrogen |