qemush : ajout exec fonction run
This commit is contained in:
parent
00b9c552ca
commit
49cc450c34
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public_add() {
|
|||
}
|
||||
|
||||
public_run() {
|
||||
sh -c "$*"
|
||||
exec sh -c "$*"
|
||||
}
|
||||
|
||||
function="$1"
|
||||
|
|
Loading…
Reference in a new issue