mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-18 05:53:24 +08:00
*** empty log message ***
This commit is contained in:
parent
305e2306be
commit
7306126ef0
@ -19,8 +19,7 @@ file=to-sym-$$
|
||||
|
||||
fail=0
|
||||
|
||||
trap 'rm -fr $file $other_partition_tmpdir; exit $fail' \
|
||||
0 1 2 3 15
|
||||
trap 'rm -fr $file $other_partition_tmpdir; exit $fail' 0 1 2 3 15
|
||||
|
||||
framework_failure=0
|
||||
rm -f $file || framework_failure=1
|
||||
|
Loading…
Reference in New Issue
Block a user