X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2Fexport;h=72c8fdfc445471b0b0ff3130ba3a7e4a9c71775d;hb=HEAD;hp=4cd4ae14c751526c19201580a0b05fc2b1dba482;hpb=c351e478732c025064415aebc6dbad63731a371c;p=bbcp.git diff --git a/BlackBox/export b/BlackBox/export index 4cd4ae1..72c8fdf 100755 --- a/BlackBox/export +++ b/BlackBox/export @@ -4,7 +4,7 @@ if [ $# -eq 1 ]; then outDir="${1}" if [ ! -e "${outDir}" ]; then mkdir "${outDir}" - pax -r -w -L -s ',^Lin/Mod/gen-.*,,' -s ',^Lin/Rsrc.*,,' `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` libBB.so loader run-BlackBox blackbox* BlackBox* "${outDir}" + pax -r -w -L -s ',^Lin/Mod/gen-.*,,' -s ',^Lin/Rsrc.*,,' `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` run-BlackBox LICENSE.txt blackbox* BlackBox* "${outDir}" else echo "${outDir}: already exists" exit 2