diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/build_diff.php | 2 |
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"; } - -?> |