Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 23, 2024
1 parent 82af78e commit 4f9f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alibuild-generate-module
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for x in `env | cut -f1 -d= | grep -v "^DEFAULT_" | grep -v PKGREVISION | grep -
fi
done
case $HAS_BIN-$HAS_LIB-$HAS_CMAKE in
-) ;;
--) ;;
*) printf "\n\nset PKG_ROOT \$::env(BASEDIR)/$PKGNAME/\$version\n" ;;
esac
if [ X$HAS_BIN = Xtrue ]; then
Expand Down

0 comments on commit 4f9f028

Please sign in to comment.