about summary refs log tree commit diff stats
path: root/profile/gauche.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/gauche.sh')
-rw-r--r--profile/gauche.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/gauche.sh b/profile/gauche.sh index ca5d35b..758d59f 100644 --- a/profile/gauche.sh +++ b/profile/gauche.sh
@@ -1,6 +1,8 @@
1# gauche scheme environment variables 1# gauche scheme environment variables
2# see also ~/.gaucherc 2# see also ~/.gaucherc
3 3
4execp gauche || return
5
4# Warn if ‘#<undef>’ is used in the test expression of branch. In boolean 6# Warn if ‘#<undef>’ is used in the test expression of branch. In boolean
5# context, ‘#<undef>’ counts true. It is also often the case that a procedure 7# context, ‘#<undef>’ counts true. It is also often the case that a procedure
6# returns ‘#<undef>’ when the return value doesn’t matter, and you shouldn’t 8# returns ‘#<undef>’ when the return value doesn’t matter, and you shouldn’t