Re: Script to run Wine and save log

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Little bugfix:

Code:
wine "$@" 2>&1|tee -a "$logname"


should be

Code:
"$wine" "$@" 2>&1|tee -a "$logname"



The version on my site has been corrected.






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux