Consistenly using short options rather than long options in function files.

This commit is contained in:
Daniel Baumann 2008-04-15 17:17:48 +02:00
parent fd818bdd1d
commit 3f703f4802
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Save_cache ()
if [ "$(stat --printf %d ${DIRECTORY})" = "$(stat --printf %d chroot/var/cache/apt/archives)" ] if [ "$(stat --printf %d ${DIRECTORY})" = "$(stat --printf %d chroot/var/cache/apt/archives)" ]
then then
# with hardlinks # with hardlinks
cp --force -l chroot/var/cache/apt/archives/*.deb "${DIRECTORY}" cp -fl chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"
else else
# without hardlinks # without hardlinks
mv -f chroot/var/cache/apt/archives/*.deb "${DIRECTORY}" mv -f chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"