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 7e5c3585b8
commit 999fa9df27
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)" ]
then
# with hardlinks
cp --force -l chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"
cp -fl chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"
else
# without hardlinks
mv -f chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"