Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-06 | minor fixes to the XDG_RUNTIME_DIR implementation | Luke Shumaker | |
2015-09-22 | .config/login.d/02_xdg_runtime_dir.sh only runs on login, no need for a check | Luke Shumaker | |
In fact, the check broke the Purdue CS boxes because it was being run under the Xsession program, which is not a login shell. | |||
2015-07-19 | fix XDG_RUNTIME_DIR management | Luke Shumaker | |
2015-04-20 | Be careful about shebangs, which shells are used, and what gets executed | Luke Shumaker | |
Use - #!/hint/bash for bash that gets sourced (non-executable) - #!/hint/sh for sh(1) that gets sourced (non-executable) - #!/bin/sh for sh(1) that gets executed - #!/usr/bin/env bash for bash that gets executed To this end, also - Clean up a couple of related comments - Fix a couple of bash-isms that I noticed in sh(1) files - Fix permissions on a couple of files that get sourced | |||
2015-04-13 | clean up XDG_RUNTIME_DIR handling | Luke Shumaker | |