zakariaGatter/xbps-hist

Error

Ved-un opened this issue · 3 comments

[void@void ~/.local/bin]$ LC_ALL=C xbps-hist -l
mktemp: invalid template, '/tmp/xbps-hist.XXXXXX', contains directory separator
touch: cannot touch '': No such file or directory
/home/void/.local/bin/xbps-hist: line 34: : No such file or directory
/home/void/.local/bin/xbps-hist: line 34: : No such file or directory
/home/void/.local/bin/xbps-hist: line 93: : No such file or directory
[void@void ~/.local/bin]$

im sorry sorry this error and thank you for report it

this is the fix

you need to modify xbps-hist file and change mktemp -q -t /tmp/$name.XXXXXX TO mktemp -qu /tmp/$name.XXX

and im gonna correct this issue now

thank you again

Happy to help...
and also correct the address in the README
git clone https://gitlab.com/zakariaGatter/xbps-hist.git ~/xbps-hist on the https://github.com

yes thank you