File: 13_use_bash.diff

package info (click to toggle)
hydra 9.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,612 kB
  • sloc: ansic: 21,941; sh: 2,389; makefile: 137
file content (12 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Use bash instead sh to avoid lintian warnings
Forwarded: not-needed
Author: Daniel Echeverri <epsilon@debian.org>
Last-Update: 2024-10-10
--- a/hydra-wizard.sh
+++ b/hydra-wizard.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # based on a script by Shivang Desai <shivang.ice.2010@gmail.com>
 #