changeset 12634:d129be41f1e3

ls.m: Don't print backtrace information when command issues an error.
author Rik <octave@nomad.inbox5.com>
date Mon, 25 Apr 2011 11:04:48 -0700
parents 5109be17eb49
children 83fa84ef63ca
files scripts/miscellaneous/ls.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/ls.m
+++ b/scripts/miscellaneous/ls.m
@@ -63,7 +63,7 @@
           retval = strvcat (regexp (output, '\S+', 'match'){:});
         endif
       else
-        error ("ls: command exited abnormally with status %d", status);
+        error ("ls: command exited abnormally with status %d\n", status);
       endif
 
     else