summaryrefslogtreecommitdiff
path: root/src/profile.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-20 00:40:00 +0000
committerdavidovski <david@davidovski.xyz>2022-02-20 00:40:00 +0000
commit65940c0cc719311fbac5e11c81cce34563ea3f21 (patch)
tree96a3aae8d7ef396720e41a64091b8c333ab28f18 /src/profile.sh
parent290a33eacff1ed98d0e571cc1d5550cac3d9f276 (diff)
all works with posix shell
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-xsrc/profile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profile.sh b/src/profile.sh
index feec6cf..915f1c9 100755
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -3,15 +3,15 @@
. /usr/lib/colors.sh &&
export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}"
-. /usr/lib/glyphs.sh
+#. /usr/lib/glyphs.sh
export CONF_FILE="/etc/xipkg.conf"
export CURL_OPTS="-SsL"
export DEP_DIR=$(parseconf -v dir.deps)
-export REPOS=($(parseconf -v repos))
-export SOURCES=($(parseconf sources.*))
+export REPOS="$(parseconf -v repos)"
+export SOURCES="$(parseconf sources.*)"
export PACKAGES_DIR=$(parseconf -v dir.packages)
export INSTALLED_DIR=${SYSROOT}$(parseconf -v dir.installed)