annotate bin/7z @ 8934:90a3b46c51bb

<oerjan> sled bin/bf//2d
author HackBot
date Thu, 18 Aug 2016 02:01:32 +0000
parents 9dbb38abf08e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8857
7d7f2272fb4a <b_jonas> `` perl -pi -e y/\\\\r//d bin/7z
HackBot
parents: 8855
diff changeset
1 #!/bin/sh
8858
9dbb38abf08e <b_jonas> `` perl -pi -e \'s/LD_PRELOAD/LD_LIBRARY_PATH/\' bin/7z
HackBot
parents: 8857
diff changeset
2 export LD_LIBRARY_PATH=/hackenv/lib/lib/p7zip-16.02:$LD_PRELOAD
8857
7d7f2272fb4a <b_jonas> `` perl -pi -e y/\\\\r//d bin/7z
HackBot
parents: 8855
diff changeset
3 exec /hackenv/lib/p7zip-16.02/7z "$@"