diff options
author | mid-kid <esteve.varela@gmail.com> | 2023-01-30 23:15:19 +0100 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-02-01 21:58:43 +1300 |
commit | 0ce5b27385e35d610317ee1baa9b38dfa564b1f0 (patch) | |
tree | 0ae0740b13ee5965284a07bdc084c6a6555985a5 /maintainer | |
parent | f37fd1d30e9cd5adfc78b90fcf56fe4dcfb3472c (diff) | |
download | crosstool-ng-0ce5b27385e35d610317ee1baa9b38dfa564b1f0.tar.gz crosstool-ng-0ce5b27385e35d610317ee1baa9b38dfa564b1f0.tar.bz2 crosstool-ng-0ce5b27385e35d610317ee1baa9b38dfa564b1f0.zip |
maintainer/manage-packages.sh: Fix typo
Signed-off-by: mid-kid <esteve.varela@gmail.com>
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/manage-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/manage-packages.sh b/maintainer/manage-packages.sh index 928455a0..d9461e92 100755 --- a/maintainer/manage-packages.sh +++ b/maintainer/manage-packages.sh @@ -8,7 +8,7 @@ usage() $0 -- Test packages in crosstool-NG Verifies that the release tarballs can be downloaded for the packages -available in crosstoo-NG and check that the patches apply cleanly. +available in crosstool-NG and check that the patches apply cleanly. Requires crosstool-NG to be configured and built prior to running. Options: |