mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
refactor/uucore ~ use uucore args for executable macros
This commit is contained in:
committed by
Michael Debertol
parent
69ce4dc8e5
commit
f56fc5bf44
@@ -9,7 +9,7 @@
|
|||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! executable_os(
|
macro_rules! executable_os(
|
||||||
() => ({
|
() => ({
|
||||||
&std::env::args_os().next().unwrap()
|
&uucore::args_os().next().unwrap()
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user