mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 05:50:20 +01:00
Remove extra ! in the /var/lock find command (presumably this was just a typo).
(The presence of the ! does not actually break anything, but still looks wrong.) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2788151261
commit
c4487b1648
@ -80,7 +80,7 @@ case "${1}" in
|
||||
|
||||
boot_mesg -n " /var/lock" ${NORMAL}
|
||||
cd /var/lock &&
|
||||
find . -type f ! -exec rm -f {} \; || failed=1
|
||||
find . -type f -exec rm -f {} \; || failed=1
|
||||
|
||||
boot_mesg " /var/run" ${NORMAL}
|
||||
cd /var/run &&
|
||||
|
Loading…
Reference in New Issue
Block a user