mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:31:42 +00:00
algunas distros todavia tienen usr/bin separado
This commit is contained in:
parent
cb34542927
commit
71cd77b8e8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class DeployLocal < Deploy
|
|||
# Un entorno que solo tiene lo que necesitamos
|
||||
def env
|
||||
# XXX: This doesn't support Windows paths :B
|
||||
paths = [File.dirname(`which bundle`), '/usr/bin']
|
||||
paths = [File.dirname(`which bundle`), '/usr/bin', '/bin']
|
||||
|
||||
{
|
||||
'HOME' => home_dir,
|
||||
|
|
Loading…
Reference in a new issue