From 6c4e15d10c658939311d5a07dd66b1815fb670e2 Mon Sep 17 00:00:00 2001 From: Stuart Axon Date: Sun, 29 Sep 2019 19:48:03 +0100 Subject: [PATCH] Update prepare_64bit_asio Use bash in prepare_64_bit asio as debian doesn't provide >>> with the default shell. This is the fixed proposed in. https://github.com/jhernberg/wineasio/issues/3 --- prepare_64bit_asio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_64bit_asio b/prepare_64bit_asio index 62dd7f4..3bdc5e1 100755 --- a/prepare_64bit_asio +++ b/prepare_64bit_asio @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ed -s asio.h <<< $'g/unsigned long/s//ULONG/g\nw\nq' ed -s asio.h <<< $'g/long long int/s//LONGLONG/g\nw\nq' ed -s asio.h <<< $'g/long int/s//LONG/g\nw\nq'