annotate bin/7z @ 8924:fa499db28532

<oerjan> slwd oerjan//s/interjecting/pronounced/
author HackBot
date Tue, 16 Aug 2016 23:02:27 +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 "$@"