Update to tcsh 6.24.16, from Josh Grosse

This commit is contained in:
tb
2026-02-07 21:18:46 +00:00
parent 16f97952d2
commit bbb236c270
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= extended C-shell with many useful features
DISTNAME= tcsh-6.24.10
DISTNAME= tcsh-6.24.16
CATEGORIES= shells
HOMEPAGE= https://www.tcsh.org/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (tcsh-6.24.10.tar.gz) = E0dcD763QTnTPteTvwD/u7KsLcn7HURGekEHYKujZmQ=
SIZE (tcsh-6.24.10.tar.gz) = 956578
SHA256 (tcsh-6.24.16.tar.gz) = QgjPRjD7ZNkdgZh/hU+VcKWg6KABqSgn3vN9Dtjzc2Q=
SIZE (tcsh-6.24.16.tar.gz) = 958396
+17 -2
View File
@@ -1,7 +1,7 @@
Index: tests/variables.at
--- tests/variables.at.orig
+++ tests/variables.at
@@ -835,10 +835,10 @@ echo $home
@@ -847,10 +847,10 @@ echo $home
]])
AT_CHECK([
case "$(uname -s)" in
@@ -14,7 +14,13 @@ Index: tests/variables.at
HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }')
;;
esac;
@@ -1039,10 +1039,10 @@ AT_KEYWORDS([variables])
@@ -1046,15 +1046,16 @@ dnl
dnl $ cdtohome
dnl
+TCSH_UNTESTED([$ cdtohome]) [dnl
AT_SETUP([$ cdtohome])
AT_KEYWORDS([variables])
AT_CHECK([
case "$(uname -s)" in
@@ -27,3 +33,12 @@ Index: tests/variables.at
HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }')
;;
esac;
@@ -1062,7 +1063,7 @@ export HOME;
tcsh -f -c 'cd'
], 0)
AT_CLEANUP()
-
+]
dnl
dnl $ cdtohome unset