Minor fix to shebang

This commit is contained in:
BeresfordHare 2014-08-07 08:44:00 +12:00
parent 4f2d1fbe29
commit f756364540

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
DOWNLOAD_URL=$(grep -i KERNEL_SOURCE_URL .config | cut -f2 -d'=')
ARCHIVE_FILE=${DOWNLOAD_URL##*/}