RepositoryRules: fix typo

This went through review too fast, the wrong variable name was used so
the package name was not listed...

Change-Id: I81d4aa57fdb65297ae9f63ebf123d7a6395a99b6
Reviewed-on: https://review.haiku-os.org/c/1109
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
PulkoMandy 2019-02-24 14:22:00 +01:00 committed by waddlesplash
parent 53c1d392cb
commit fcffcb1576

View File

@ -334,7 +334,7 @@ actions BootstrapRepositoryFetchPackage1
# make Haiku cross devel package path absolute
haikuCrossDevelPackage="$(2[1])"
if [ "x$haikuCrossDevelPackage" = "x" ]; then
echo "$portSpec does not have a cross-devel package defined!"
echo "$package does not have a cross-devel package defined!"
exit 1
fi