lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / coreutils / chroot.c
index 046c2fabf6cbe4888a2d5a24cca67c9036d07907..b80a12ee013769c1ecc026aea3a185d6d674a61e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */