Skip to content

Commit

Permalink
Add more logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Mar 10, 2014
1 parent 7168917 commit b1e9a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ mkdir -p ${erlang_root}

language_versions_file="${build_dir}/.language_versions"

echo "ls build dir"
ls $build_dir
echo "ls /app"
ls /app
echo "PWD"
echo `pwd`
echo "|| ERLANG ROOT"
ls $erlang_root
echo "ERLANG ROOT ||"

source $language_versions_file

Expand Down

0 comments on commit b1e9a2c

Please sign in to comment.