mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
fixing loading of deleted classes
This commit is contained in:
parent
cdb4e7a6da
commit
de76fe7352
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ popd
|
||||||
|
|
||||||
pushd ../bin/
|
pushd ../bin/
|
||||||
|
|
||||||
|
rm -r *
|
||||||
|
|
||||||
MAX_LINE=72
|
MAX_LINE=72
|
||||||
manifest_cp="lass-Path: $manifest_cp"
|
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}')"
|
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