From: Jan Kratochvil Date: Sun, 27 Nov 2011 21:09:26 +0000 (+0100) Subject: Fix the read1.so path. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=c561aebbf415c029778421793ae2ac773e0c76cf;ds=inline Fix the read1.so path. --- diff --git a/bin/expect-read1 b/bin/expect-read1 index 574bf59..eaa582c 100755 --- a/bin/expect-read1 +++ b/bin/expect-read1 @@ -1,3 +1,3 @@ #! /bin/sh -export LD_PRELOAD=$HOME/redhat/src/read1.so +export LD_PRELOAD=$HOME/src/read1.so exec /usr/bin/expect "$@"