Skip to content

Commit 8a151cf

Browse files
committed
adding var. init
1 parent 890d707 commit 8a151cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Naneau/Obfuscator/Console/Command/ObfuscateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private function copyDir($from, $to)
173173
{
174174
// FIXME implement native copy
175175
$output = array();
176-
$return;
176+
$return = 0;
177177
$command = sprintf('cp -rf %s %s', $from, $to);
178178

179179
exec($command, $output, $return);

0 commit comments

Comments
 (0)