Blame view

embedian/weston.profile 220 Bytes
156eff82d   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
  if test -z "$XDG_RUNTIME_DIR"; then
      export XDG_RUNTIME_DIR=/run/user/`id -u`
      if ! test -d "${XDG_RUNTIME_DIR}"; then
          mkdir --parents "${XDG_RUNTIME_DIR}"
          chmod 0700 "${XDG_RUNTIME_DIR}"
      fi
  fi