View | Details | Raw Unified | Return to bug 203783 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/sublime3/files/sublime.in (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/compat/linux/bin/sh
1
#!/compat/linux/bin/sh
2
if [ -L "/dev/shm" ];then
2
if [ -L "/dev/shm" ];then
3
	%%DATADIR%%/sublime_text $*
3
	%%DATADIR%%/sublime_text "$@"
4
else
4
else
5
        echo    "Some Linux applications use shared memory.
5
        echo    "Some Linux applications use shared memory.
6
6

Return to bug 203783