Fix in patch function
This commit is contained in:
parent
543f5cba5f
commit
638d3ddaf7
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class Linux {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Linux::shell_command(["sudo patch ${original_file[linux_distro]} < ${patch_file[linux_distro]}");
|
Linux::shell_command(["sudo patch ${original_file[linux_distro]} < ${patch_file[linux_distro]}"]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue