Skip to content

Commit

Permalink
Don't fail on rm *.sensitive if it was already removed earlier in script
Browse files Browse the repository at this point in the history
  • Loading branch information
ringlej authored and fhunleth committed Jun 4, 2024
1 parent 6ef3db1 commit 8716075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if [[ "$(find "$NERVES_BUILD_DIR" -name "*.sensitive" | wc -l | tr -d '[:space:]
"
fi
fi
rm "$NERVES_BUILD_DIR"/*.sensitive
rm -f "$NERVES_BUILD_DIR"/*.sensitive

# Determine the NERVES_SYSTEM source directory
NERVES_SYSTEM=$(dirname "$(readlink_f "${BASH_SOURCE[0]}")")
Expand Down

0 comments on commit 8716075

Please sign in to comment.