fix formatting

This commit is contained in:
George Danchev 2011-07-10 07:06:30 +00:00
parent d6ddf8924c
commit ec37bd448c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ then
fi
# 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_2 || exit 1
ln "$on_disk"/file_1 "$on_disk"/file_1_link_a || exit 1