Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Fixed build on linux
Browse files Browse the repository at this point in the history
- Changed #!bin/sh to #!bin/bash
#1397
  • Loading branch information
davidfowl committed Mar 31, 2015
1 parent fef408f commit 9aba811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild
Expand Down

0 comments on commit 9aba811

Please sign in to comment.