asciinema: Update from 1.1.1 to 1.2.0
[termux-packages] / packages / asciinema / util-cfg.go.patch
CommitLineData
05f44081
FF
1diff -u -r ../asciinema-1.1.1/util/cfg.go ./util/cfg.go
2--- ../asciinema-1.1.1/util/cfg.go 2015-06-21 17:58:14.000000000 +0200
3+++ ./util/cfg.go 2015-08-20 01:47:50.000000000 +0200
4@@ -13,7 +13,7 @@
5
6 const (
7 DefaultAPIURL = "https://asciinema.org"
8- DefaultCommand = "/bin/sh"
9+ DefaultCommand = "@TERMUX_PREFIX@/bin/bash"
10 )
11
12 type ConfigAPI struct {