1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-20 17:49:38 +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 .kernel-ccache
.dl .dl
.idea .idea
.git

View File

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

3
scripts/release Executable file
View File

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