Merge branch 'master' into start_location

This commit is contained in:
Braden Shepherdson
2013-01-11 12:13:43 -05:00
8 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ function on_error {
echo "An unexpected error occurred: $previous_command exited with $?"
echo "Deleting project..."
[ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH"
exit "$?"
exit 1
}
function replace {