changeset 1983:aaf4ad3da905

[project @ 1996-02-27 12:40:49 by jwe]
author jwe
date Tue, 27 Feb 1996 12:41:46 +0000
parents 4777d9b9b39a
children 1c121da7b952
files src/Makefile.in src/variables.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Tue Feb 27 12:06:55 1996 +0000
+++ b/src/Makefile.in	Tue Feb 27 12:41:46 1996 +0000
@@ -229,7 +229,7 @@
 install-bin:
 	$(top_srcdir)/mkinstalldirs $(bindir)
 	rm -f $(bindir)/octave
-	$(INSTALL) octave $(bindir)/octave-$(version)
+	$(INSTALL_PROGRAM) octave $(bindir)/octave-$(version)
 	$(LN_S) $(bindir)/octave-$(version) $(bindir)/octave
 .PHONY: install-bin
 
--- a/src/variables.cc	Tue Feb 27 12:06:55 1996 +0000
+++ b/src/variables.cc	Tue Feb 27 12:41:46 1996 +0000
@@ -554,7 +554,7 @@
 	      t = s.substr (pos, 29);
 
 	      if (t == " This file is part of Octave."
-		  || t == " This program is free software")
+		  || t == " This program is free softwar")
 		return 1;
 	    }
 	}