Skip to content

Commit

Permalink
coverity: fix /bin/sh quoting
Browse files Browse the repository at this point in the history
Found with: code inspector app
  • Loading branch information
sthalik committed May 3, 2019
1 parent f9cf522 commit 669a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -e

mydate="$(date --iso-8601=minutes)"
mydir="$(dirname -- "$0")"
myfile="opentrack-"$mydate".7z"
myfile="opentrack-$mydate.7z"

cd "$mydir"
for k in opencv aruco libovr-025 libovr-042 libovr-080; do
Expand Down

0 comments on commit 669a14f

Please sign in to comment.