Use full <?php instead of short <? in ustring generation scripts

Change-Id: Ida6bc4ee1803763b284fdaa7c63769a146fec6ad
This commit is contained in:
Kunal Mehta 2015-03-17 18:16:20 -07:00
parent da44c9ed72
commit 3f5f3e247f
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/php
<?
<?php
if ( PHP_SAPI !== 'cli' ) {
die( "This script may only be executed from the command line.\n" );

View file

@ -1,5 +1,5 @@
#!/usr/bin/php
<?
<?php
if ( PHP_SAPI !== 'cli' ) {
die( "This script may only be executed from the command line.\n" );