Fix the read1.so path.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Nov 2011 21:09:26 +0000 (22:09 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Nov 2011 21:09:26 +0000 (22:09 +0100)
bin/expect-read1

index 574bf59..eaa582c 100755 (executable)
@@ -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 "$@"