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:
parent
53c1d392cb
commit
fcffcb1576
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user