Austin English

Results 328 comments of Austin English

Just ran into this (albeit with PrawnOS, not archlinux). However, since this is the first google hit, and no one has replied in two years, hopefully it's helpful for you...

Hi @SimonKagstrom, Fair point about the --bash stuff, consider that a debugging attempt ;) On this system, /bin/sh in a link to bash: austin@austin2:~$ ls -l /bin/sh lrwxrwxrwx 1 root...

@SimonKagstrom so I found that if I used: ``` ./foo ``` instead of: ``` sh foo ``` then it works. It seems to bail out early on large scripts though,...

The script aims to be POSIX, not bash, hence my trying to avoid bash workarounds. The sh syntax was an historical artifact, and ./ is fine for me to avoid...

From a quick glance of the output, it's breaking on a usage of w_ahk_do(), which is a function takes a multiple line input that it then runs through AutoHotKey. There...

Hi @SimonKagstrom, so that definitely gets the line count up. It appears to scan the entire file now (~12k lines, which looks about right once newlines and comments are excluded)....

I figured as much, but thanks for explicitly confirming. I'm going ahead and getting the infrastructure in place to test, mostly because I haven't found anything that works better. Do...

winetricks version? Is your default ~/.wine prefix a 64-bit prefix?

What game? Is there a download? @gverm

You can see a rendered version here: https://github.com/austin987/winetricks/blob/contributing/CONTRIBUTING.md