about summary refs log tree commit diff stats
path: root/profile/gauche.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-05-13 23:50:35 -0500
committerCase Duckworth2023-05-13 23:50:35 -0500
commit832af38380ba5b6a020b034059b4bc5ff7443ded (patch)
treefce4708280ff964d80a9808ed6826a1f3799e804 /profile/gauche.sh
parentuhhhh (diff)
downloadetc-832af38380ba5b6a020b034059b4bc5ff7443ded.tar.gz
etc-832af38380ba5b6a020b034059b4bc5ff7443ded.zip
uhhh
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