Description: The Xdummy script uses bash'isms, so have /bin/bash in shebang.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de><F2>
Forwarded: https://github.com/LibVNC/x11vnc/pull/267

--- a/misc/Xdummy.in
+++ b/misc/Xdummy.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # ----------------------------------------------------------------------
 #    Copyright (C) 2005-2010 Karl J. Runge <runge@karlrunge.com> 
 #    All rights reserved.
