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