1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-06-23 20:27:05 +00:00

Fix broken build

This commit is contained in:
Darren Shepherd 2016-10-13 11:03:47 -07:00
parent 7d9ed1033f
commit 3ba9c1ee6f
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