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:
@@ -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') ;;
|
||||
|
||||
Reference in New Issue
Block a user