repo: uritools
action: commit
revision: 
path_from: 
revision_from: cb8f92d02fd46dafa696d000de6f22b4b8e9aaa0:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit cb8f92d02fd46dafa696d000de6f22b4b8e9aaa0
Author: epoch 
Date:   Tue Jan 21 10:44:30 2020 -0600

    noticed I was using the deadname for uricut in uriprintf. changed it.

diff --git a/uriprintf b/uriprintf
index 1ca3b992bc8798b7d93839468f8d03a777dfe99e..
index ..580ea7ce5caeaf65c1930032c0c0d100af437c96 100755
--- a/uriprintf
+++ b/uriprintf
@@ -5,5 +5,5 @@ if [ "$count" = 0 ];then
   printf "%s\n" "$1"
 else
   printfargs="$(printf "%s\n" "$1" | sed 's/%[sukdPpqfU]/%s/g')"
-  urlcut "$cutargs" | tr '\n' '\0' | xargs -n $count -0 printf "$printfargs"
+  uricut "$cutargs" | tr '\n' '\0' | xargs -n $count -0 printf "$printfargs"
 fi

-----END OF PAGE-----