From ef15feb803e7b700dba314ec8106dc98c138c738 Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Sat, 14 Jun 2014 22:17:37 -0700 Subject: [PATCH] More build tweaks --- auto_build/launch_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_build/launch_master.sh b/auto_build/launch_master.sh index 39de0da..95339b7 100755 --- a/auto_build/launch_master.sh +++ b/auto_build/launch_master.sh @@ -69,7 +69,7 @@ if [ "$localMode" -eq 0 ]; then exit 1 fi cd $dir - files=$(ls -ad * | grep -v \\.git) + files=$(ls -ad * .*) cp -rf $files .. cd .. rm -rf $dir