File: use-bash-shebang

package info (click to toggle)
yadm 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 784 kB
  • sloc: python: 4,151; sh: 1,962; makefile: 205
file content (15 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Bash term in posix shell
 This script is marked as running under /bin/sh, but it seems to use a
 feature found in bash but not in the SUSv3 or POSIX shell specification.
Author: Angel Abad <angel@debian.org>
Bug: https://github.com/TheLocehiliosan/yadm/issues/94
Last-Update: 2022-04-16

--- a/yadm
+++ b/yadm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # yadm - Yet Another Dotfiles Manager
 # Copyright (C) 2015-2023 Tim Byrne