From 999fa9df2700363f454d9ebcfe5686dc0ab07325 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Apr 2008 17:17:48 +0200 Subject: Consistenly using short options rather than long options in function files. --- functions/cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/cache.sh b/functions/cache.sh index 1b04368..5493471 100755 --- a/functions/cache.sh +++ b/functions/cache.sh @@ -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}" -- cgit v1.0