tilde paths: get HOME at parse time
This commit is contained in:
		
							parent
							
								
									4646e94610
								
							
						
					
					
						commit
						4b7c9f834c
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -379,9 +379,7 @@ expr_simple
 | 
			
		|||
  | HPATH {
 | 
			
		||||
      auto path = string{$1 + 1};
 | 
			
		||||
      $$ = new ExprConcatStrings(CUR_POS, false, new vector<Expr *>{
 | 
			
		||||
          new ExprPath("/"),
 | 
			
		||||
          new ExprApp(new ExprVar(data->symbols.create("__getEnv")),
 | 
			
		||||
              new ExprString(data->symbols.create("HOME"))),
 | 
			
		||||
          new ExprPath(getEnv("HOME", "/")),
 | 
			
		||||
          new ExprString(data->symbols.create(path))});
 | 
			
		||||
  }
 | 
			
		||||
  | SPATH {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue