Fix: remove unnecessary '"'
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 30 Nov 2018 21:28:38 +0000 (16:28 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 30 Nov 2018 21:28:38 +0000 (16:28 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/build-modules.sh

index 1db8f552523986f76212ca07dce25b8eb6e80ca4..e68124beef9716ec223171da6d4e1d931682b32c 100644 (file)
@@ -19,7 +19,7 @@ echo 'So we build them against the kernel'
 
 $SCP_COMMAND "$STORAGE_USER@$STORAGE_HOST:$STORAGE_KERNEL_MODULE_SYMVERS" "$LINUX_PATH/Module.symvers"
 
-$S3_COMMAND get "s3://"$S3_STORAGE_LINUX_MODULES/$KERNEL_COMMIT_ID.linux.modules.tar.gz"
+$S3_COMMAND get "s3://$S3_STORAGE_LINUX_MODULES/$KERNEL_COMMIT_ID.linux.modules.tar.gz"
 
 # Extract the linux modules to MODULES_INSTALL_FOLDER.
 # The resulting tarball will contain both lttng-modules and linux modules needed
This page took 0.024329 seconds and 4 git commands to generate.