mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08:58 +00:00
wow, I'm an idiot.
This commit is contained in:
parent
80ed18a31e
commit
9a131fbe11
1 changed files with 7 additions and 2 deletions
|
@ -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}')"
|
||||
|
|
Loading…
Reference in a new issue