Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
remove kill stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed Dec 13, 2011
1 parent 4bb08b1 commit 2ed636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -68,7 +68,7 @@ echo " Resolving dependencies: $DEPENDENCIES_CMD"
eval "$DEPENDENCIES_CMD" | sed -u 's/^/ /'
check_compile_status

PRECOMPILE_CMD="$PLAY_PATH/play precompile $APP_DIR -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xmx900m"
PRECOMPILE_CMD="$PLAY_PATH/play precompile $APP_DIR -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xmx900m 2>&1"
echo " Precompiling: $PRECOMPILE_CMD"
eval "$PRECOMPILE_CMD" | sed -u 's/^/ /'
check_compile_status
Expand Down

0 comments on commit 2ed636f

Please sign in to comment.