pcompress/utils/pcompress.sh
Moinak Ghosh fe18afbcf4 Use wrapper script to set paths when launching pcompress from build directory.
Use smaller max block size when doing global dedupe.
Fix init of executable name.
2013-08-07 22:03:52 +05:30

8 lines
125 B
Bash

#!/bin/sh
PC_PATH="<PC_PATH>"
LD_LIBRARY_PATH="${PC_PATH}"
export LD_LIBRARY_PATH
exec ${PC_PATH}/buildtmp/pcompress "$@"