Re: In Vino Veritas!

2004-03-12 Thread Mike Hearn
Of course, attaching the file first might be a good plan :) #!/bin/bash # A wine wrapper script. In Vino Veritas! # v1.0 (C) Mike Hearn [EMAIL PROTECTED] # Licensed under the GPL for a in $@; do if [[ ${a:0:1} == + ]] || [[ ${a:0:1} == - ]]; then if [[ $WINEDEBUG

Re: In Vino Veritas!

2004-03-12 Thread Shachar Shemesh
Mike Hearn wrote: [1] OK I admit, I wrote this script for myself before I read Alexandres reply. Obviously this is a developer only script, it's not intended to be a part of Wine itself. Or, as it appears, part of wine-devel. Or is there some other reason you did not attach it? -- Shachar