You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
358 B

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 {