mirror of
https://github.com/mintty/wsltty.git
synced 2025-10-31 23:21:59 +00:00
do without basename (which isn't installed)
This commit is contained in:
@@ -10,8 +10,8 @@ remove=false
|
||||
alldistros=true
|
||||
config=true
|
||||
|
||||
case "`basename $0`" in
|
||||
wsl*)
|
||||
case "/$0" in
|
||||
*/wsl*)
|
||||
config=false;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user