We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d62d1 commit ef3be85Copy full SHA for ef3be85
bin/compile
@@ -56,7 +56,7 @@ if [ -f $BUILD_DIR/Aptfile ]; then
56
mkdir -p "$APT_STATE_DIR/lists/partial"
57
apt-get $APT_OPTIONS update
58
for PACKAGE in $(cat $BUILD_DIR/Aptfile); do
59
- status "'$PACKAGE' entry found in Aptfile."
+ status "Entry found in Aptfile for $PACKAGE."
60
if [[ $PACKAGE == 'libblocksruntime-dev' || $PACKAGE == 'libkqueue0' || $PACKAGE == 'libcurl3' || $PACKAGE == 'openssl' || $PACKAGE == 'libssl-dev' ]]; then
61
status "$PACKAGE already installed."
62
continue
0 commit comments