1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-05 19:16:54 +08:00
Go to file
csilvers 08b94aff91 Fix a longstanding bug when dpkg isn't present. The idea is
we silently continue in that case, but we run sh -e, which
	causes the script to abort on error, even if the error is
	inside backticks (``).  So we make sure the dpkg command never
	gives an error, even when it's not installed.
	
	Reported in
	   http://code.google.com/p/google-ctemplate/issues/detail?id=79
2011-07-27 00:56:05 +00:00
tags Tag for ctemplate 1.0rc1 2011-07-22 22:57:26 +00:00
trunk Fix a longstanding bug when dpkg isn't present. The idea is 2011-07-27 00:56:05 +00:00