Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Jun 13, 2023
1 parent 05ac0d4 commit 370b2c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/bin/nuts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ case "$1" in
exit;;

( -v | --version ) puts-text \
"$TOOL_NAME$TOOL_VERSION." \
"$TOOL_NAME — version: $TOOL_VERSION." \
"" \
"The license used for this file and its contents is: BSD-3-Clause." \
"" \
Expand Down Expand Up @@ -219,10 +219,10 @@ case "$1" in
# -- Exit if it doesn't.

if [ ! -f "/installed_pkgs_end.txt" ]; then
puts-info "Build list found, continuing..."
else
puts-error "Build list not found, quitting."
exit 1
else
puts-info "Build list found, continuing..."
fi


Expand Down

0 comments on commit 370b2c8

Please sign in to comment.