repo: uritools action: commit revision: path_from: revision_from: 518adf35c974a83e1e5ad2e2ddf08c02c9f88360: path_to: revision_to:
commit 518adf35c974a83e1e5ad2e2ddf08c02c9f88360 Author: epochDate: Sun Nov 14 04:33:36 2021 +0000 sqesc is now being used in uristart diff --git a/uristart b/uristart
--- a/uristart +++ b/uristart @@ -117,7 +117,7 @@ fi ### do the magic if [ "$check" = "check" ];then ## might put an extra check in here to output to not-terminal if no terminal exists - printf "%s\n" "$(printf "%s\n" "$uri" | sed 's/'\''/'\''\\'\'''\''/g' | uriprintf "$line")" + printf "%s\n" "$(sqesc "$uri" | uriprintf "$line")" else - eval "$(printf "%s\n" "$uri" | sed 's/'\''/'\''\\'\'''\''/g' | uriprintf "$line")" + eval "$(sqesc "$uri" | uriprintf "$line")" fi
-----END OF PAGE-----