File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
* ` rsc reset ` did not remove the internal ` rserver.pid ` and
27
27
` rserver_monitor.pid ` files.
28
+
29
+ * ` rsc config ` reported on file sizes with a stray trailing parenthesis.
28
30
29
31
30
32
## Version 0.16.2 [ 2024-08-21]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function file_info {
52
52
size=$( stat --format=" %s" " ${file} " )
53
53
timestamp=$( stat --format=" %Y" " ${file} " )
54
54
timestamp=$( date -d " @${timestamp} " " +%F %T" )
55
- echo " ${size} bytes; ${timestamp} ) "
55
+ echo " ${size} bytes; ${timestamp} "
56
56
else
57
57
echo " <not available>"
58
58
fi
Original file line number Diff line number Diff line change 75
75
# ## rsc reset --force
76
76
# ## rsc reset --which=user
77
77
# ##
78
- # ## Version: 0.16.2-9006
78
+ # ## Version: 0.16.2-9007
79
79
# ## Copyright: Henrik Bengtsson (2022-2024) and Harry Putnam (2022)
80
80
# ## License: ISC
81
81
You can’t perform that action at this time.
0 commit comments