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