2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-05 08:15:13 +00:00

Add version info into util_functions

This commit is contained in:
topjohnwu
2017-07-11 01:54:11 +08:00
parent 58de5a7ec7
commit d27d04783f
2 changed files with 19 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
#
##########################################################################################
MAGISK_VERSION_STUB
get_outfd() {
readlink /proc/$$/fd/$OUTFD 2>/dev/null | grep /tmp >/dev/null
if [ "$?" -eq "0" ]; then