From 972e6f80542da757cd6ecc43e79c108826f1fdbd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 23:10:24 -0500 Subject: [PATCH] test --- bin/compile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index ab9c682..67795c7 100755 --- a/bin/compile +++ b/bin/compile @@ -69,7 +69,10 @@ TMP_APP_DIR=$CACHE_DIR/tmp_app_dir ls -a $APP_DIR ls -a $APP_DIR/tmp -mv $APP_DIR/tmp /tmp/apptmp + +echo 'touching things...' +touch $app_dir/tmp/newfile +mkdir -p $app_dir/tmp/newdir # Copy Anvil app dir to temporary storage... mkdir -p $TMP_APP_DIR