Skip to content

Commit 1fde5eb

Browse files
authored
termux comptable configuration
1 parent ed91acb commit 1fde5eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

configure.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
export CWD="${PWD}"
1212
export tab="$(printf '\t')"
1313
export status="true"
14-
export root=""
14+
if [ "${PATH}" = *com.termux* ] ; then
15+
export root="/data/data/com.termux/files"
16+
else
17+
export root=""
18+
fi
1519
export prefix="/usr"
1620

1721
# parsing the options

0 commit comments

Comments
 (0)