Skip to content

Commit

Permalink
Merge pull request #70 from waja/drop_shebang
Browse files Browse the repository at this point in the history
Droping unneeded shebang
  • Loading branch information
rfxn committed Sep 27, 2015
2 parents 44ce2e2 + cb17d6e commit 0bfd8af
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions files/conf.maldet
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
#
##
# Linux Malware Detect v1.5
# (C) 2002-2015, R-fx Networks <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions files/internals/functions
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
#
##
# Linux Malware Detect v1.5
# (C) 2002-2015, R-fx Networks <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions files/internals/internals.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash
#
##
# Linux Malware Detect v1.5
# (C) 2002-2015, R-fx Networks <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion files/internals/scan.etpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
if [ -z "$type" ]; then
type=scan
fi
Expand Down

0 comments on commit 0bfd8af

Please sign in to comment.