Skip to content

Commit

Permalink
contrib/nglog.sh: Use bash(1) as interpreter
Browse files Browse the repository at this point in the history
bash(1) is required to handle the forking and output redirection
connectly, sh(1) -- at least dash(1) on Debian -- fails ...

This fixes the last commit, 14777c1.
  • Loading branch information
alexbarton committed Apr 20, 2020
1 parent 14777c1 commit 830f00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/nglog.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# ngIRCd -- The Next Generation IRC Daemon
# Copyright (c)2001-2020 Alexander Barton (alex@barton.de) and Contributors
Expand Down

0 comments on commit 830f00e

Please sign in to comment.