[Pkg-octave-commit] [octave-pkg-dev] 02/07: check-pkg: Fix whitespace

Rafael Laboissiere rafael at debian.org
Wed Aug 30 14:10:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rafael pushed a commit to branch master
in repository octave-pkg-dev.

commit 25e527953995af61a210be2201ff8a10a698b58c
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Wed Aug 30 07:37:06 2017 -0300

    check-pkg: Fix whitespace
    
    Gbp-Dch: Ignore
---
 check-pkg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/check-pkg b/check-pkg
index f7bb035..4fe5335 100755
--- a/check-pkg
+++ b/check-pkg
@@ -65,11 +65,11 @@ rm -f $tmp
 
 if [ -f debian/check.m ] ; then
     $OCTPKG_TEST_ENV $octave $octave_options --eval	\
-        "addpath (genpath ([pwd(),'/debian']));		\
-         [usr_pkg, sys_pkg] = pkg('list');               \
-         for i = 1:length(sys_pkg);                     \
-           pkg('load', sys_pkg{1,i}.name);              \
-         endfor;                                        \
+        "addpath (genpath ([pwd(), '/debian']));	\
+         [usr_pkg, sys_pkg] = pkg ('list');		\
+         for i = 1 : length (sys_pkg);			\
+           pkg ('load', sys_pkg {1, i}.name);		\
+         endfor;					\
          source ('debian/check.m');"
 fi
 

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git



More information about the Pkg-octave-commit mailing list