mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Accidentally removed an exclamation for crate_id in echo. Put it back.
This commit is contained in:
parent
27ed81322c
commit
e17adf9aa9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#![feature(macro_rules)]
|
||||
#[crate_id(name="echo", vers="1.0.0", author="Derek Chiang")]
|
||||
#![crate_id(name="echo", vers="1.0.0", author="Derek Chiang")]
|
||||
|
||||
/*
|
||||
* This file is part of the uutils coreutils package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue