mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
Get rid of garbage left on the stack.
This commit is contained in:
parent
4f1249a812
commit
530df9baad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66349
@ -1480,8 +1480,7 @@ also builtins
|
|||||||
2local path
|
2local path
|
||||||
end-locals
|
end-locals
|
||||||
|
|
||||||
path dup -1 = if ( there isn't a "kernel" environment variable )
|
path nip -1 = if ( there isn't a "kernel" environment variable )
|
||||||
2drop
|
|
||||||
flags args load_a_kernel
|
flags args load_a_kernel
|
||||||
else
|
else
|
||||||
flags path args 1+ clip_args load_directory_or_file
|
flags path args 1+ clip_args load_directory_or_file
|
||||||
|
Loading…
Reference in New Issue
Block a user