aboutsummaryrefslogtreecommitdiffstats
path: root/build/build_diff.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/build_diff.php')
-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 d264ecf493..68bac65a66 100755
--- a/build/build_diff.php
+++ b/build/build_diff.php
@@ -407,5 +407,3 @@ function run_command($command)
$result = trim(`$command`);
echo "\n- Command Run: " . $command . "\n";
}
-
-?>