annotate bin/7z @ 9047:dfc5682ee287

<fizzie> ` sed -i -e \'s/{/if [ -n "$f" ]; then/;s/} |/else echo "that\'\\\'\'s not wise"; fi |/\' bin/wisdom
author HackBot
date Fri, 16 Sep 2016 22:47:19 +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 "$@"