mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Fixed typo in rm of /tmp/cat, it was rm /bin/cat, whoopsss....
This commit is contained in:
parent
c7e82fb0a5
commit
641c4965d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=370
@ -163,7 +163,7 @@ extract()
|
||||
#from there...
|
||||
cp -p /bin/cat /usr/bin/gunzip /usr/bin/tar /tmp
|
||||
/tmp/cat "$@"* | /tmp/gunzip | (cd / ; /tmp/tar --extract --file - --preserve-permissions ${tarverbose} )
|
||||
rm -f /bin/cat /tmp/gunzip /tmp/tar
|
||||
rm -f /tmp/cat /tmp/gunzip /tmp/tar
|
||||
sync
|
||||
}
|
||||
configure()
|
||||
|
Loading…
Reference in New Issue
Block a user