mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 12:35:13 +00:00
Undertaker calls undertaker-$scheme #69
This commit is contained in:
parent
97cd969c7b
commit
b3ff77c4bd
@ -84,9 +84,12 @@ function undertaker_scheme() {
|
||||
;;
|
||||
|
||||
*)
|
||||
#TODO: support undertaker-$scheme
|
||||
error "url protocol not recognized: $baseurl"
|
||||
return 64
|
||||
if ! which undertaker-$scheme &> /dev/null; then
|
||||
error "url protocol not recognized: $scheme"
|
||||
return 64
|
||||
fi
|
||||
undertaker-$scheme ${(kv)opts} ${scheme}://$keypath
|
||||
return $?
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user