Corrected mv

This commit is contained in:
Florian Heinemann 2014-11-05 01:21:21 -05:00
parent 113541efb7
commit 96549c4103
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ BUILDDIR="${1}"
CACHEDIR="${2}"
mkdir -p $BUILDDIR/www
mv * $BUILDDIR/www
mv $BUILDDIR/* $BUILDDIR/www
cd $CACHEDIR