diff options
Diffstat (limited to 'scripts/scan-pkgs.sh')
-rw-r--r-- | scripts/scan-pkgs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 20471ad57..f08ee812a 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -141,7 +141,7 @@ fi if [[ -n $NEED_INTL ]]; then if ! which intltool-update >/dev/null 2>&1; then - echo >&2 You need intltool-update to build $NEED_INTL + echo >&2 You need intltool to build $NEED_INTL out=1 fi fi |