Skip to content

Commit e7cd750

Browse files
committed
deprecated exec_cmd() needs to return run_local value.
1 parent 9cd2326 commit e7cd750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pomander.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function run_local($cmd)
108108
// Deprecated: use run_local()
109109
function exec_cmd($cmd)
110110
{
111-
run_local($cmd);
111+
return run_local($cmd);
112112
}
113113

114114
function put($what,$where)

0 commit comments

Comments
 (0)