wow, I'm an idiot.

This commit is contained in:
overflowerror 2018-11-25 20:40:26 +01:00
parent 80ed18a31e
commit 9a131fbe11

View file

@ -13,6 +13,13 @@ mkdir -p ../bin/
mkdir -p ../build/
mkdir -p ../build/NurseBot_lib/
pushd ../bin/
# cleanup
rm -r *
popd
pushd ../src/
export manifest_cp=.
@ -54,8 +61,6 @@ popd
pushd ../bin/
rm -r *
MAX_LINE=72
manifest_cp="lass-Path: $manifest_cp"
manifest_cp="$(echo $manifest_cp | fold -bw $((MAX_LINE - 1)) | awk '{ if (NR == 1) print "C" $0; else print " " $0}')"