1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-20 09:40:47 +00:00

Merge pull request #31 from ibuildthecloud/fix-build

Fix broken build
This commit is contained in:
Sven Dowideit
2016-10-14 09:48:16 +10:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -4,4 +4,3 @@ dist
.kernel-ccache
.dl
.idea
.git

View File

@@ -1,11 +1,11 @@
#!/bin/bash
set -e
trap "rm -f $HOME/.bash_history" exit
mkdir -p bin
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
"$@"
fi
rm -f $HOME/.bash_history

3
scripts/release Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec $(dirname $0)/ci