From: Jim Meyering Date: Mon, 22 Apr 2002 09:42:00 +0000 (+0000) Subject: (rm): Call exit with EXIT_FAILURE, not `1'. X-Git-Tag: SH-UTILS-2_0_12~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3de1d0186a6828dd7bb50cd9c01850d224cc072;p=thirdparty%2Fcoreutils.git (rm): Call exit with EXIT_FAILURE, not `1'. --- diff --git a/src/remove.c b/src/remove.c index 53501b707f..8ddcd24fad 100644 --- a/src/remove.c +++ b/src/remove.c @@ -878,7 +878,7 @@ The following two directories have the same inode number:\n")); if (yesno ()) return RM_ERROR; } - exit (1); + exit (EXIT_FAILURE); } /* Put this directory in the active_dir_map. */