index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-06-28 13:19:41 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-10-21 20:20:17 +1000 |
commit | 882e707e40bbade0111cf3bdedbdac4d4b70453b (patch) | |
tree | daf12cc46081c4704e44ad9cbb84ab20b3e3ee75 /scripts/libmakepkg/integrity | |
parent | b5191ea140386dd9b73e4509ffa9a6d347c1b5fa (diff) |
-rw-r--r-- | scripts/libmakepkg/integrity/generate_checksum.sh.in | 2 |
diff --git a/scripts/libmakepkg/integrity/generate_checksum.sh.in b/scripts/libmakepkg/integrity/generate_checksum.sh.in index eb9b74fc..8edc48d3 100644 --- a/scripts/libmakepkg/integrity/generate_checksum.sh.in +++ b/scripts/libmakepkg/integrity/generate_checksum.sh.in @@ -78,7 +78,7 @@ generate_one_checksum() { } generate_checksums() { - msg "$(gettext "Generating checksums for source files...")" + msg "$(gettext "Generating checksums for source files...")" >&2 local integlist if (( $# == 0 )); then |