summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pahler <luke.linked.in+git@gmail.com>2017-03-24 19:44:04 -0600
committerLuke Pahler <luke.linked.in+git@gmail.com>2017-03-24 19:44:04 -0600
commit66bfa923ec693b96b3bbbae9504ada8d01bd4af5 (patch)
treec142371f06b5246551993f553acda79da24829e1
parentec8b34a136c71dc6acd86f401cc703772404836c (diff)
downloadandbackup-66bfa923ec693b96b3bbbae9504ada8d01bd4af5.tar.gz
andbackup-66bfa923ec693b96b3bbbae9504ada8d01bd4af5.tar.xz
Updated README with more details on the "sh" major-bug.
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 4db802d..54d6e6f 100644
--- a/README
+++ b/README
@@ -30,6 +30,14 @@ WINDOWS SHELL doesn't have this problem, so autocomplete and last command are cl
1|root@htc_himaul:/sdcard2/bk/andbackup # sh andbackup.sh
127|root@htc_himaul:/sdcard2/bk/andbackup #
---
+sh AKA ash doesn't work (with -x):
+---
+1|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh
+127|root@htc_himaul:/storage/ext_sd/bk/andbackup #
+-even with full correct params
+127|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh listback>
+127|root@htc_himaul:/storage/ext_sd/bk/andbackup #
+---
BASH even has a bug:
@@ -52,4 +60,5 @@ deleting cache for com.google.android.apps.maps
22:33:19 2017-03-18 info Compressing userdata for com.google.android.apps.maps
root@htc_himaul:/sdcard2/bk/andbackup #
---
-Looks like andbackup can't handle symlinks
+The error output above might be because andbackup can't handle symlinks
+

Generated by cgit