comparison scripts/miscellaneous/private/__xzip__.m @ 10635:d1978e7364ad

Print name of function in error() string messages.
author Rik <octave@nomad.inbox5.com>
date Sun, 16 May 2010 22:26:54 -0700
parents 9f25290a35e8
children 4cb1522e4d0f
comparison
equal deleted inserted replaced
10634:60542efcfa2c 10635:d1978e7364ad
88 88
89 if (nargout > 0) 89 if (nargout > 0)
90 entries = compressed_files; 90 entries = compressed_files;
91 endif 91 endif
92 else 92 else
93 error ("%s command failed with exit status = %d", 93 error ("__xzip__: %s command failed with exit status = %d",
94 commandname, status); 94 commandname, status);
95 endif 95 endif
96 unwind_protect_cleanup 96 unwind_protect_cleanup
97 cd(cwd); 97 cd(cwd);
98 if (nargin == 4) 98 if (nargin == 4)