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 <[email protected]>
This commit is contained in:
@@ -334,7 +334,7 @@ actions BootstrapRepositoryFetchPackage1
|
|||||||
# make Haiku cross devel package path absolute
|
# make Haiku cross devel package path absolute
|
||||||
haikuCrossDevelPackage="$(2[1])"
|
haikuCrossDevelPackage="$(2[1])"
|
||||||
if [ "x$haikuCrossDevelPackage" = "x" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user