X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rt-patch-version.sh;h=6a00fef08b0498b648bc8e75c7311c276421e674;hb=bbba79f5c4e414b32efdb5ba4f581027ba1a7791;hp=89c77554358a4a454bc893885326320a28dabff5;hpb=954830af0cb9dd070f273e1ec140dfbb130b4216;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}"