From 96549c4103a632d848ee5e3ee46743d6cc725fa4 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Wed, 5 Nov 2014 01:21:21 -0500 Subject: [PATCH] Corrected mv --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index a6a53bf..b8ba17f 100755 --- a/bin/compile +++ b/bin/compile @@ -13,7 +13,7 @@ BUILDDIR="${1}" CACHEDIR="${2}" mkdir -p $BUILDDIR/www -mv * $BUILDDIR/www +mv $BUILDDIR/* $BUILDDIR/www cd $CACHEDIR