defer to external rename(1) too

This commit is contained in:
tg
2016-07-26 21:50:46 +00:00
parent c8942b719d
commit dd281c52ec
4 changed files with 12 additions and 13 deletions

View File

@ -38,7 +38,7 @@
#endif
#endif
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.301 2016/07/25 20:38:02 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.302 2016/07/26 21:50:44 tg Exp $");
#if HAVE_KILLPG
/*
@ -125,7 +125,7 @@ const struct builtin mkshbuiltins[] = {
{Tread, c_read},
{Tsgreadonly, c_typeset},
{"!realpath", c_realpath},
{Trename, c_rename},
{"~rename", c_rename},
{"*=return", c_exitreturn},
{Tsgset, c_set},
{"*=shift", c_shift},