Consistenly using short options rather than long options in function files.
This commit is contained in:
parent
fd818bdd1d
commit
3f703f4802
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue