aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/build_diff.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/build_diff.php b/build/build_diff.php
index 0824b53caa..74630232b3 100755
--- a/build/build_diff.php
+++ b/build/build_diff.php
@@ -410,5 +410,3 @@ function run_command($command)
$result = trim(`$command`);
echo "\n- Command Run: " . $command . "\n";
}
-
-?>