diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-02 02:14:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-02 02:14:55 +0000 |
commit | b0d32cd09aa708ee9e2b3e72496ae95902c83436 (patch) | |
tree | 0ee210e38c910c0e498f627cce5b30a40c94b96b /testing.txt | |
parent | add notes for testing upgrades (diff) | |
download | linux-headers-patches-b0d32cd09aa708ee9e2b3e72496ae95902c83436.tar.gz linux-headers-patches-b0d32cd09aa708ee9e2b3e72496ae95902c83436.tar.bz2 linux-headers-patches-b0d32cd09aa708ee9e2b3e72496ae95902c83436.zip |
fix typo
Diffstat (limited to 'testing.txt')
-rw-r--r-- | testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing.txt b/testing.txt index ceab0ba..49fa0e7 100644 --- a/testing.txt +++ b/testing.txt @@ -11,7 +11,7 @@ smoke test: common packages that break: - pkgs=$(sed -n '/^%/,/^%/{s:%::;p}' testing) + pkgs=$(sed -n '/^%/,/^%/{s:%::;p}' testing.txt) sudo emerge -1qav ${pkgs} --jobs 4 % |