mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
refactor/uucore ~ use uucore args for executable macros
This commit is contained in:
parent
69ce4dc8e5
commit
f56fc5bf44
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#[macro_export]
|
||||
macro_rules! executable_os(
|
||||
() => ({
|
||||
&std::env::args_os().next().unwrap()
|
||||
&uucore::args_os().next().unwrap()
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue