X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rt-patch-version.sh;h=6a00fef08b0498b648bc8e75c7311c276421e674;hb=8a71de6c7995151de4dc8d7274bd4a5e1a2f4f9d;hp=89c77554358a4a454bc893885326320a28dabff5;hpb=7c2c780508917bfd9f0e343d33f02d0f78f62a76;p=lttng-modules.git diff --git a/rt-patch-version.sh b/rt-patch-version.sh index 89c77554..6a00fef0 100755 --- a/rt-patch-version.sh +++ b/rt-patch-version.sh @@ -1,7 +1,7 @@ #!/bin/sh # First argument is the path to the kernel headers. -KPATH=$1 +KPATH="$1" VERSIONFILE="" @@ -22,4 +22,4 @@ if [ "x${RT_PATCH_VERSION}" = "x" ]; then exit 0 fi -echo ${RT_PATCH_VERSION} +echo "${RT_PATCH_VERSION}"