From 65940c0cc719311fbac5e11c81cce34563ea3f21 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Feb 2022 00:40:00 +0000 Subject: all works with posix shell --- src/profile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/profile.sh') 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) -- cgit v1.2.1