File: mkpak-bashism.patch

package info (click to toggle)
quakespasm 0.96.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,520 kB
  • sloc: ansic: 56,156; sh: 325; makefile: 271; xml: 69
file content (18 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Stephen Kitt <skitt@debian.org>
Date: Mon, 23 Mar 2015 23:44:25 +0100
Subject: Use bash for mkpak.sh

---
 Misc/qs_pak/mkpak.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Misc/qs_pak/mkpak.sh b/Misc/qs_pak/mkpak.sh
index e6562bf..c4de781 100755
--- a/Misc/qs_pak/mkpak.sh
+++ b/Misc/qs_pak/mkpak.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2014, Sander van Dijk <a.h.vandijk@gmail.com>
 #