Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 1, 2024
1 parent 16d06a2 commit 358c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ Clean_Up_Everything() {
if [ -f /usr/local/bin/apt-cyg ]; then rm -f /usr/local/bin/apt-cyg ; fi
fi
# Remove Working Directory
rm -rf $WORK_DIR
rm -rf "$WORK_DIR"
}

# Begin Main Script Here
Expand Down

0 comments on commit 358c3c0

Please sign in to comment.