repo: uritools action: commit revision: path_from: revision_from: 5b903c069d61ea0937c8863043aeec66db80f6c8: path_to: revision_to:
commit 5b903c069d61ea0937c8863043aeec66db80f6c8 Author: epochqwertDate: 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
--- 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-----