Skip to content

Commit

Permalink
Merge pull request containers#4855 from rhatdan/codespell
Browse files Browse the repository at this point in the history
revert accidental change from codespell pr.
  • Loading branch information
openshift-merge-robot authored Jan 13, 2020
2 parents 6c3d383 + f822410 commit 79ec2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/spec/podman.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%endif

# %if ! 0% {?gobuild:1}
%define gobuild(o:) go build -tags="$BUILDTAGS" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|of -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
%define gobuild(o:) go build -tags="$BUILDTAGS" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
#% endif

# libpod hack directory
Expand Down

0 comments on commit 79ec2a9

Please sign in to comment.