mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
sys-kernel/coreos-sources: Allow revbump.sh srcdir to be relative path
This commit is contained in:
parent
f48cf6e858
commit
dfc93578bc
@ -5,7 +5,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
new_pvr="$1"
|
new_pvr="$1"
|
||||||
srcdir="$2"
|
srcdir="$(realpath $2)"
|
||||||
|
|
||||||
if [[ -z "${new_pvr}" || -z "${srcdir}" ]]; then
|
if [[ -z "${new_pvr}" || -z "${srcdir}" ]]; then
|
||||||
echo "Usage: $0 <new-PVR> <dir-with-git-format-patch-output>"
|
echo "Usage: $0 <new-PVR> <dir-with-git-format-patch-output>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user