From 1294a9caf52d068ac3c143cb3c9644ef9327ad0c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 16 Aug 2019 22:22:45 +0530 Subject: Revert rename cp mv progress --- src/nnn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 41acdd5..f60384c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -408,7 +408,7 @@ static const char * const messages[] = { #define NNN_RESTRICT_NAV_OPEN 9 #define NNN_TRASH 10 #ifdef __linux__ -#define NNN_CP_MV_PROG 11 +#define NNN_OPS_PROG 11 #endif static const char * const env_cfg[] = { @@ -424,7 +424,7 @@ static const char * const env_cfg[] = { "NNN_RESTRICT_NAV_OPEN", "NNN_TRASH", #ifdef __linux__ - "NNN_CP_MV_PROG", + "NNN_OPS_PROG", #endif }; @@ -4941,7 +4941,7 @@ int main(int argc, char *argv[]) cfg.nonavopen = 1; #ifdef __linux__ - if (!xgetenv_set(env_cfg[NNN_CP_MV_PROG])) { + if (!xgetenv_set(env_cfg[NNN_OPS_PROG])) { cp[5] = cp[4]; cp[2] = cp[4] = ' '; -- cgit v1.3.1