repo: uritools
action: commit
revision: 
path_from: 
revision_from: 5b903c069d61ea0937c8863043aeec66db80f6c8:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 5b903c069d61ea0937c8863043aeec66db80f6c8
Author: epochqwert 
Date:   Tue Apr 10 03:59:58 2018 +0000

    changed last line in start to run the pipeline in the current shell instead of a shell not hooked into the terminal

diff --git a/start b/start
index d21a799b7b479186b5453524a5bf24788b3f7fc4..
index ..873f792cca46b315baf8bf5dba0aa1e0e4cba800 100755
--- a/start
+++ b/start
@@ -1,4 +1,4 @@
 #!/bin/sh
 scheme="$(printf "%s\n" "$1" | cuturl -s)"
 line="$(grep "^${scheme}:" ~/.config/start.conf | cut -d: -f2-)"
-printf "%s\n" "$1" | printfurl "$line" | sh
+eval "$(printf "%s\n" "$1" | printfurl "$line" )"

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