Files
nixpkgs/pkgs/applications
Mogria 1893ed54dc sublime3: fix hardcoded /bin/bash when executing commands for build systems (#23561)
* sublime3: replace hardcoded /bin/bash with /usr/bin/env

exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011. Because of this builds could not be started from
withtin Sublime Text.

* sublime3: use wrapped of bash to fix internal build system

Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3.  See Issue #12011.
2017-03-15 11:32:44 +01:00
..
2017-03-10 20:48:45 +00:00
2017-03-11 14:52:42 +01:00
2017-03-13 11:55:45 +08:00
2017-03-13 02:38:27 +01:00
2017-03-14 15:36:06 +01:00
2017-03-13 21:20:26 +00:00
2017-02-24 06:29:24 -03:00