1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

initialize fail to 0

This commit is contained in:
Jim Meyering
1998-01-10 16:25:46 +00:00
parent 1bdfcabd2c
commit 7bba3e945f

View File

@@ -36,6 +36,7 @@ export LC_ALL
LANG=C
export LANG
fail=0
$LN -sf a b > err 2>&1 && fail=1
case `cat err` in
*'are the same file') ;;