Skip to content

Commit

Permalink
Superfluous bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Laurie committed Mar 3, 2004
1 parent 60ace8f commit 0f0e53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fips/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ install:
echo "installing $$i"; \
cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \
mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \
done

lint:
Expand Down

0 comments on commit 0f0e53d

Please sign in to comment.