We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839cdf0 commit 9100fe7Copy full SHA for 9100fe7
docs/Why-Mock.md
@@ -16,7 +16,7 @@ their host system.
16
Additionally, building RPM packages is inherently dangerous because specfiles
17
are written in a Turing-complete language. Building an untrusted package can
18
easily lead to a compromised system. This is also true for self-written
19
-packages. One small bug like `rpm -rf %{?nonexisting}/` can wipe your entire
+packages. One small bug like `rm -rf %{?nonexisting}/` can wipe your entire
20
system if you are unwise enough to run `rpmbuild` as `root`. Or at least your
21
user home directory.
22
0 commit comments