File: 0070-bashisms.patch

package info (click to toggle)
ardour 1%3A8.12.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 147,336 kB
  • sloc: cpp: 645,609; ansic: 515,891; xml: 123,665; python: 35,344; javascript: 15,340; sh: 4,983; asm: 1,800; perl: 958; php: 785; makefile: 298; objc: 28
file content (16 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix bashisms
 'ulimit' is a bash-builtin, probably not available on POSIX shells
Author: IOhannes m zmölnig
Origin: Debian
Bug: https://tracker.ardour.org/view.php?id=8999
Last-Update: 2022-10-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ardour.orig/gtk2_ardour/ardour.sh.in
+++ ardour/gtk2_ardour/ardour.sh.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # This script runs an installed version of Ardour. It sets a few environment variables