From 48c465f8bf306e23b7490846a460c9c8a76084d6 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 12 Mar 2024 11:57:26 +0100 Subject: [PATCH] launchers/windows10 : nouvelle shebang line --- qemu/launchers/windows10 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index a28541d..deb39ae 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/usr/bin/env sh export QEMUSH_RAM=4G export QEMUSH_BASE=virtiofs,kvm [ -z "$QEMUSH_NAME" ] && { @@ -14,3 +14,4 @@ exec spice \ -name "$QEMUSH_NAME" \ -device intel-hda -device hda-duplex,audiodev=snd0 \ "$@" +set -x