[Pkg-octave-commit] [octave-pkg-dev] 01/01: check-pkg: Use octave-cli instead of octave

Rafael Laboissiere rafael at debian.org
Sun Sep 3 23:16:56 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 3a1467b9be498a0bea6c8b8a00017e83bba63cd0
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Sep 3 20:16:47 2017 -0300

    check-pkg: Use octave-cli instead of octave
---
 check-pkg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check-pkg b/check-pkg
index cf6093d..bf0401b 100755
--- a/check-pkg
+++ b/check-pkg
@@ -2,7 +2,7 @@
 
 # Set the octave executable and the octave options, when the
 # corresponding variables are absent from the environment.
-[ -z "$octave" ] && octave=octave
+[ -z "$octave" ] && octave=octave-cli
 [ -z "$octave_options" ] && octave_options="--no-history --silent --no-init-file --no-window-system"
 
 [ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak

-- 
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