We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unbound variable
1 parent 2938c95 commit d41b503Copy full SHA for d41b503
1 file changed
libexec/znaphodl.bash
@@ -143,10 +143,8 @@ function __znaphodl {
143
local OPTIND=1
144
local option
145
146
- local debug=0
147
local latest_common_snapshot
148
local last_query_timestamp_property_name
149
- local lockfile
150
local log_available_space=0
151
local source_dataset
152
local source_hold_tag
@@ -160,6 +158,8 @@ function __znaphodl {
160
158
161
159
set -eu
162
+ debug=0
+
163
while getopts ':dln' option; do
164
case "${option}" in
165
d)
0 commit comments