mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
replaced debug output of command with running it
This commit is contained in:
parent
8bc4c13399
commit
e0de91c4ef
@ -194,7 +194,7 @@ function do_editsvnchangelog()
|
||||
}
|
||||
file_put_contents(__DIR__.'/debian.changelog', $config['changelog']);
|
||||
$cmd = $svn." commit -m 'Changelog for $config[version].$config[packaging]' ".__DIR__.'/debian.changelog';
|
||||
die($cmd);
|
||||
run_cmd($cmd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user