Skip to content

Commit

Permalink
fix unassigned variable
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Nov 7, 2023
1 parent f25df3d commit 3c37ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -u
set -e
set +u

ip_in_block() {
local ip="$1"
Expand Down

0 comments on commit 3c37ef0

Please sign in to comment.