File: 1001-use-bash-for-Xdummy-script.patch

package info (click to toggle)
x11vnc 0.9.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: ansic: 94,841; tcl: 23,002; sh: 5,421; perl: 4,293; makefile: 203
file content (12 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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.