File: shell_syntax.patch

package info (click to toggle)
discosnp 1%3A2.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: python: 5,893; sh: 2,966; cpp: 2,692; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 27 Jan 2020 15:51:58 +0100
Description: Fix POSIX shell syntax

--- a/discoSnpRAD/clustering_scripts/discoRAD_clustering.sh
+++ b/discoSnpRAD/clustering_scripts/discoRAD_clustering.sh
@@ -13,7 +13,7 @@ bold=`tput bold`
 reset=`tput sgr0`
 
 
-function help {
+help() {
     echo $reset
 echo "====================================================="
 echo "Filtering, clustering per locus and vcf formatting of $rawdiscofile"