Skip to content

Commit 9100fe7

Browse files
jessp01Conan-Kudo
authored andcommitted
doc: typo
> rpm -rf %{?nonexisting}/ should be: > rm -rf %{?nonexisting}/
1 parent 839cdf0 commit 9100fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Why-Mock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ their host system.
1616
Additionally, building RPM packages is inherently dangerous because specfiles
1717
are written in a Turing-complete language. Building an untrusted package can
1818
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
19+
packages. One small bug like `rm -rf %{?nonexisting}/` can wipe your entire
2020
system if you are unwise enough to run `rpmbuild` as `root`. Or at least your
2121
user home directory.
2222

0 commit comments

Comments
 (0)