Skip to content

Commit cb6e3b7

Browse files
committed
shellcheck: Fix SC2148 issues
See, $ find . -name "*.sh" | xargs shellcheck -i SC2148 In ./replace.sh line 1: ^-- SC2148: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. For more information: https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
1 parent daeb82e commit cb6e3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

replace.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Copyright (C) 2013 Jan Engelhardt <jengelh@inai.de>
24
#
35
# This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)