diff options
| author | epoch <epoch@enzo.thebackupbox.net> | 2021-11-14 04:33:36 +0000 | 
|---|---|---|
| committer | epoch <epoch@enzo.thebackupbox.net> | 2021-11-14 04:33:36 +0000 | 
| commit | 518adf35c974a83e1e5ad2e2ddf08c02c9f88360 (patch) | |
| tree | cf5b3b6d06b948873429ded0cc5435cb308ea8ec | |
| parent | eb65aa32f77aab0e788c3700f3a16978836416d8 (diff) | |
| download | uritools-518adf35c974a83e1e5ad2e2ddf08c02c9f88360.tar.gz uritools-518adf35c974a83e1e5ad2e2ddf08c02c9f88360.zip | |
sqesc is now being used in uristart
| -rwxr-xr-x | uristart | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 | 
