mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-26 06:46:30 +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
|
if ! which undertaker-$scheme &> /dev/null; then
|
||||||
error "url protocol not recognized: $baseurl"
|
error "url protocol not recognized: $scheme"
|
||||||
return 64
|
return 64
|
||||||
|
fi
|
||||||
|
undertaker-$scheme ${(kv)opts} ${scheme}://$keypath
|
||||||
|
return $?
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user