From: Andre Noll Date: Sun, 23 Feb 2014 09:57:04 +0000 (+0100) Subject: com_cpsi(): Tell the user if nothing was copied. X-Git-Tag: v0.5.3~13^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1ac3b91158524919e913e1e23c400c1591117a21;hp=1ac3b91158524919e913e1e23c400c1591117a21 com_cpsi(): Tell the user if nothing was copied. All but the first argument to the cpsi command are treated as patterns. Currently, if no file matches any given pattern, the command exits silently. This patch makes it print a "nothing copied" message in this case. ---