Upgrade fake-ttyrec version

v1.1.6.1 is required

Signed-off-by: Thomas SOËTE <github@alkorin.fr>
This commit is contained in:
Thomas Soëte 2020-10-25 18:59:46 +01:00 committed by GitHub
parent f1176e4f86
commit 63a209cfef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
set -- $(getopt -o 'ZcCupVhvanf:z:d:t:T:k:s:e:l:F:' -l "zstd,level:,verbose,append,cheatcodes,no-cheatcodes,shell-cmd:,dir:,output:,uuid:,no-openpty,lock-timeout:,kill-timeout:,msg:,count-bytes,term:,version,help,zstd-try,max-flush-time:,name-format:" -- "$@")
while [ "$1" != "--" ]; do
if [ "$1" = "-V" ]; then
echo "fake-ttyrec v1.1.4.0"
echo "fake-ttyrec v1.1.6.1"
exit 0
fi
shift