File: bash-location.patch

package info (click to toggle)
rr 5.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,036 kB
  • sloc: ansic: 66,406; cpp: 57,678; python: 4,627; asm: 1,331; sh: 576; xml: 411; makefile: 30
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: On Debian systems bash is /bin/bash
Author: Stephen Kitt <skitt@debian.org>

--- a/scripts/signal-rr-recording.sh
+++ b/scripts/signal-rr-recording.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 signal=$1
 if [[ "$signal" == "" ]]; then