mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-01 04:46:52 +00:00
Fix broken build
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user