Skip to content

Commit c418ed9

Browse files
tomty89agnostic-apollo
authored andcommitted
termux-tools: companion of termux/termux-app#1031
1 parent 8f0eda6 commit c418ed9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/termux-tools/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TERMUX_PKG_HOMEPAGE=https://termux.com/
22
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
33
TERMUX_PKG_LICENSE="GPL-3.0"
4-
TERMUX_PKG_VERSION=0.60
4+
TERMUX_PKG_VERSION=0.61
55
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
66
TERMUX_PKG_ESSENTIAL=yes
77
TERMUX_PKG_DEPENDS="termux-am"

packages/termux-tools/termux-open

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ fi
3737

3838
FILE="$1"
3939
if [ -f "$FILE" ]; then
40-
FILE=`realpath "$FILE"`
40+
FILE=$(realpath "$FILE")
4141
fi
4242

43-
# Fix for issues on Android 8.1.
44-
FILE=$(echo "$FILE" | sed 's/^\///')
45-
4643
am broadcast --user 0 \
4744
-a $ACTION \
4845
-n com.termux/com.termux.app.TermuxOpenReceiver \

0 commit comments

Comments
 (0)