fix formatting
This commit is contained in:
parent
d6ddf8924c
commit
ec37bd448c
@ -45,7 +45,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# All must be set at this point
|
# All must be set at this point
|
||||||
printf "\n${SELF}: Setting up $on_disk with several hardlinks" >&2
|
printf "\n${SELF}: Setting up $on_disk with several hardlinks\n" >&2
|
||||||
echo test_content >"$on_disk"/file_1 || exit 1
|
echo test_content >"$on_disk"/file_1 || exit 1
|
||||||
echo test_content >"$on_disk"/file_2 || exit 1
|
echo test_content >"$on_disk"/file_2 || exit 1
|
||||||
ln "$on_disk"/file_1 "$on_disk"/file_1_link_a || exit 1
|
ln "$on_disk"/file_1 "$on_disk"/file_1_link_a || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user