1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Accidentally removed an exclamation for crate_id in echo. Put it back.

This commit is contained in:
petejodo 2014-04-08 09:37:17 -04:00
parent 27ed81322c
commit e17adf9aa9

View file

@ -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.