summaryrefslogtreecommitdiff
path: root/lang/cint/patches/patch-ab
blob: ff70b2cb7e8f2a21522e9f3b730d39201f54317a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-ab,v 1.2 1999/11/18 11:00:42 agc Exp $

--- setup.orig	Tue Nov  2 23:42:05 1999
+++ setup	Thu Nov 18 10:36:43 1999
@@ -26,7 +26,7 @@
 echo '#######################################################################'
 echo '# setup'
 echo '# C/C++ interpreter installation'
-echo '# Author       : Masaharu Goto 
+echo '# Author       : Masaharu Goto'
 echo '# Copyright(c) : 1995~1999 Masaharu Goto (MXJ02154@niftyserve.or.jp)'
 echo '# revision     : 5.14.22'
 echo '#######################################################################'
@@ -206,13 +206,13 @@
 #################################################################
 # setup GNU readline library .inputrc file
 #################################################################
-if test -f $HOME/.inputrc
-then
-	echo $HOME'/.inputrc already exists'
-else
-	echo 'Default ' $HOME'/.inputrc generated'
-	echo 'set editing-mode vi' > $HOME/.inputrc
-fi
+#if test -f $HOME/.inputrc
+#then
+#	echo $HOME'/.inputrc already exists'
+#else
+#	echo 'Default ' $HOME'/.inputrc generated'
+#	echo 'set editing-mode vi' > $HOME/.inputrc
+#fi
 
 ##############################################################################
 # Display message