use /usr/bin/env for #! lines
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
###
|
||||
# Copyright (c) 2006-2007 Dennis Kaarsemaker
|
||||
# Copyright (c) 2008-2010 Terence Simpson <tsimpson@ubuntu.com>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR=/home/bot/aptdir
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -x "$(which apt-file)" ]; then
|
||||
echo "Please install apt-file"
|
||||
|
Reference in New Issue
Block a user