termux-packages/packages/asciinema/util-cfg.go.patch

13 lines
358 B
Diff

diff -u -r ../asciinema-1.1.1/util/cfg.go ./util/cfg.go
--- ../asciinema-1.1.1/util/cfg.go 2015-06-21 17:58:14.000000000 +0200
+++ ./util/cfg.go 2015-08-20 01:47:50.000000000 +0200
@@ -13,7 +13,7 @@
const (
DefaultAPIURL = "https://asciinema.org"
- DefaultCommand = "/bin/sh"
+ DefaultCommand = "@TERMUX_PREFIX@/bin/bash"
)
type ConfigAPI struct {