Skip to content

Commit

Permalink
More build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jun 15, 2014
1 parent 3b1677a commit ef15feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_build/launch_master.sh
Expand Up @@ -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
Expand Down

0 comments on commit ef15feb

Please sign in to comment.