mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt some
This commit is contained in:
parent
66f7ec1b72
commit
39d8d94a7a
@ -27,7 +27,7 @@ func _defs_list(m *ice.Message) string {
|
||||
func _autogen_source(m *ice.Message, main, file string) {
|
||||
main = kit.ExtChange(main, SHY)
|
||||
m.Cmd(nfs.DEFS, main, `title "{{.Option "name"}}"`+ice.NL)
|
||||
m.Cmd(nfs.PUSH, main, ssh.SOURCE+ice.PS+strings.TrimPrefix(file, ice.SRC+ice.PS)+ice.NL)
|
||||
m.Cmd(nfs.PUSH, main, ssh.SOURCE+ice.SP+strings.TrimPrefix(file, ice.SRC+ice.PS)+ice.NL)
|
||||
}
|
||||
func _autogen_script(m *ice.Message, file string) { m.Cmd(nfs.DEFS, file, _script_template) }
|
||||
func _autogen_module(m *ice.Message, file string) { m.Cmd(nfs.DEFS, file, _module_template) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user