Codebase list ardour / 6e1960d
Add patch to fix bashism IOhannes m zmölnig (Debian/GNU) 1 year, 7 months ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix bashisms
1 'ulimit' is a bash-builtin, probably not available on POSIX shells
2 Author: IOhannes m zmölnig
3 Origin: Debian
4 Bug: https://tracker.ardour.org/view.php?id=8999
5 Last-Update: 2022-10-17
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- ardour.orig/gtk2_ardour/ardour.sh.in
9 +++ ardour/gtk2_ardour/ardour.sh.in
10 @@ -1,4 +1,4 @@
11 -#!/bin/sh
12 +#!/bin/bash
13
14 #
15 # This script runs an installed version of Ardour. It sets a few environment variables
22 0030-wscript.patch
33 0050-log-stdout.patch
44 0060-warn-video-timeline.patch
5 0070-bashisms.patch
56 0100-build-reproducible.patch
67 0200-spelling.patch
78 0300-fix-ppc64.patch