chiark / gitweb /
tcl: Update from 8.6.5 to 8.6.6
[termux-packages] / packages / asciinema / util-cfg.go.patch
1 diff -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 {