Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Aug 13, 2009
1 parent 31951aa commit 6cfe419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -16,7 +16,7 @@
$cmd = 'cd '.$base.' && '.$git.' checkout master && '.$git.' pull && '.$git.' checkout '.$_GET['fetch'] .' && cp -R ./build '.$tag.'/build && '.$git.' checkout master';
//echo('<pre>'.$cmd.'</pre>');
//passthru($cmd);
$out = array()
$out = array();
exec($cmd, $out);
echo('<pre>'.implode($out, "\n").'</pre>');

Expand Down

0 comments on commit 6cfe419

Please sign in to comment.