---
 src/commands.cc |    2 ++
 1 file changed, 2 insertions(+)

--- a/src/commands.cc
+++ b/src/commands.cc
@@ -984,6 +984,8 @@ bool CopyingCommand::execute(CommandArgV
        << "GNU General Public License for more details.\n\n"
        << "You should have received a copy of the GNU General Public License\n"
        << "along with this program. If not, see <http://www.gnu.org/licenses/>.\n";
+
+    return true;
 }
 
 /* -------------------------------------------------------------------------- */
