mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
-- a/src/subshell/common.c
 | 
						|
+++ b/src/subshell/common.c
 | 
						|
@@ -836,7 +836,7 @@ init_subshell_precmd (char *precmd, size
 | 
						|
                     "else "
 | 
						|
                     "[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; "
 | 
						|
                     "fi; "
 | 
						|
-                    "echo \"$USER@$(hostname -s):$MC_PWD\"; "
 | 
						|
+                    "echo \"$USER@$HOSTNAME:$MC_PWD\"; "
 | 
						|
                     "pwd>&%d; "
 | 
						|
                     "kill -STOP $$; "
 | 
						|
                     "}; " "PRECMD=precmd; " "PS1='$($PRECMD)$ '\n", subshell_pipe[WRITE]);
 |