summaryrefslogtreecommitdiffstats
path: root/packaging/macos/jhb/etc/jhb.conf/path.sh
blob: 07e7adcf2ad803e7a94a1c7ecfba6393a6e4e6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-FileCopyrightText: 2021 René de Hesselle <dehesselle@web.de>
#
# SPDX-License-Identifier: GPL-2.0-or-later

### description ################################################################

# Set PATH.

### shellcheck #################################################################

# shellcheck shell=bash # no shebang as this file is intended to be sourced

### variables ##################################################################

export PATH=$BIN_DIR:$USR_DIR/bin:/usr/bin:/bin:/usr/sbin:/sbin

### functions ##################################################################

# Nothing here.

### main #######################################################################

# Nothing here.