2018-06-26 14:27:32 +02:00
|
|
|
From: kberger@suse.com
|
|
|
|
Date: Mon Jun 25 17:05:16 UTC 2018
|
|
|
|
Subject: [PATCH] changed interpreter to resolve rpmlint error.
|
|
|
|
Upstream: no
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Index: utils/launch.sh
|
|
|
|
===================================================================
|
|
|
|
--- utils/launch.sh.orig
|
|
|
|
+++ utils/launch.sh
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env bash
|
|
|
|
+#!/bin/bash
|
|
|
|
|
2019-07-25 18:59:42 +02:00
|
|
|
# Copyright (C) 2018 The noVNC Authors
|
|
|
|
# Licensed under MPL 2.0 or any later version (see LICENSE.txt)
|