Fix typo in buildme shebang

Fixes #176.
This commit is contained in:
Markus Mattinen
2015-04-17 23:10:09 +03:00
parent b4f537beef
commit 36a20b6d92

View File

@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
if [ "armv6l" = `arch` ]; then
# Native compile on the Raspberry Pi