3ae4edc276
This to avoid the “No newline at end of file” error from patch/git. Change-Id: Ice82d4a36a0893e8f71dbffbdab154d1fbab8a09
6 lines
78 B
Bash
Executable file
6 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
echo "ccache dkms" > /tmp/yum-blacklist
|