1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00

do without basename (which isn't installed)

This commit is contained in:
mintty 2018-09-21 17:44:02 +02:00
parent d7f14146fd
commit b8171d61a6

View File

@ -10,8 +10,8 @@ remove=false
alldistros=true
config=true
case "`basename $0`" in
wsl*)
case "/$0" in
*/wsl*)
config=false;;
esac