mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Fix for broken variable export
darcs-hash:20050923231538-ac50b-60e0a827ce74a168dce0cca34ce96cf89c12ada9.gz
This commit is contained in:
@@ -259,9 +259,7 @@ wchar_t *env_universal_get( const wchar_t *name )
|
||||
|
||||
if( !name )
|
||||
return 0;
|
||||
|
||||
env_universal_barrier();
|
||||
|
||||
|
||||
return env_universal_common_get( name );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user