]> git.lizzy.rs Git - rust.git/commit
auto merge of #6970 : artagnon/rust/configure, r=catamorphism
authorbors <bors@rust-lang.org>
Sat, 8 Jun 2013 18:46:13 +0000 (11:46 -0700)
committerbors <bors@rust-lang.org>
Sat, 8 Jun 2013 18:46:13 +0000 (11:46 -0700)
commit59bbbe43350f3fc13ade4e414a5e9bca3907ddb7
tree3412548a438b8857fe69cf80c9528c5e7c2464bd
parentb8fa9d3be10e952fbcaf14f3098aebf13dedd7ec
parent8b87debbc28d947220614f315cbcee5dfe17436a
auto merge of #6970 : artagnon/rust/configure, r=catamorphism

When no arguments are given, echo prints a blank line.  These two are
equivalent:

  $ echo ""
  $ echo

Replace the former by the latter.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>