From a9bf9dd57d6b8f146deba2c2d4f08782d9df5e58 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 20 Apr 2018 20:09:20 +0200 Subject: [PATCH] NanoDroid-Prop: no longer use column --- Full/system/xbin/nanodroid-prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Full/system/xbin/nanodroid-prop b/Full/system/xbin/nanodroid-prop index 4b30a9b..ddb176e 100755 --- a/Full/system/xbin/nanodroid-prop +++ b/Full/system/xbin/nanodroid-prop @@ -24,7 +24,7 @@ list_props () { if [[ ! -f ${MODPATH}/system.prop ]]; then echo "no properties added by NanoDroid" else echo "properties added by NanoDroid:" - cat ${MODPATH}/system.prop | column -t -s"=" + cat ${MODPATH}/system.prop fi }