From 36a20b6d92790a530421cb319a83ff9be79509d3 Mon Sep 17 00:00:00 2001 From: Markus Mattinen Date: Fri, 17 Apr 2015 23:10:09 +0300 Subject: [PATCH] Fix typo in buildme shebang Fixes #176. --- buildme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildme b/buildme index ce8f51656..8caf9f155 100755 --- a/buildme +++ b/buildme @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash if [ "armv6l" = `arch` ]; then # Native compile on the Raspberry Pi