mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-24 12:41:34 +00:00
Fix broken build
This commit is contained in:
parent
7d9ed1033f
commit
3ba9c1ee6f
@ -4,4 +4,3 @@ dist
|
|||||||
.kernel-ccache
|
.kernel-ccache
|
||||||
.dl
|
.dl
|
||||||
.idea
|
.idea
|
||||||
.git
|
|
||||||
|
@ -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
3
scripts/release
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec $(dirname $0)/ci
|
Loading…
Reference in New Issue
Block a user