forked from desyncr/zsh-docker
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Regularly update the master tag and provide a way to see which zsh dev version I’m running.
Ref: ZSH_PATCHLEVEL discussion #2
actual
podman run --quiet --rm zshusers/zsh:master zsh -fc 'typeset -p ZSH_PATCHLEVEL'
# typeset ZSH_PATCHLEVEL=''New zsh features like the -L flag for kill cannot be tested.
podman run --quiet --rm zshusers/zsh:master zsh -fc 'kill -L'
# zsh:kill:1: unknown signal: SIGL
# zsh:kill:1: type kill -l for a list of signalsexpected
podman run --quiet --rm zshusers/zsh:master zsh -fc 'typeset -p ZSH_PATCHLEVEL'
# typeset ZSH_PATCHLEVEL=zsh-5.9.0.2-test-134-g5539bc3podman run --quiet --rm zshusers/zsh:master zsh -fc 'kill -L'
# 1 HUP 2 INT 3 QUIT 4 ILL 5 TRAP 6 ABRT
# ...Metadata
Metadata
Assignees
Labels
No labels