summaryrefslogtreecommitdiffstats
path: root/build/autoloaderchecker.sh
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-12-02 15:02:56 +0100
committerRobin Appelman <robin@icewind.nl>2020-12-02 15:02:56 +0100
commitef016f71c3554ca378f263300d4541ccc3f395b4 (patch)
treec39adf4fe3f13d5eff7101655314d88ef4112007 /build/autoloaderchecker.sh
parent7956cef6227f39ddb68045a6b10ef0df6f55754c (diff)
downloadnextcloud-server-ef016f71c3554ca378f263300d4541ccc3f395b4.tar.gz
nextcloud-server-ef016f71c3554ca378f263300d4541ccc3f395b4.zip
cleanup after autoloader generation
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'build/autoloaderchecker.sh')
-rwxr-xr-xbuild/autoloaderchecker.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/autoloaderchecker.sh b/build/autoloaderchecker.sh
index 3a5ac32913a..9bf8b17a8c9 100755
--- a/build/autoloaderchecker.sh
+++ b/build/autoloaderchecker.sh
@@ -42,6 +42,8 @@ do
fi
done
+rm composer.phar
+
echo
if [ $composerfile = true ]
then