summaryrefslogtreecommitdiffstats
path: root/core/modules/nvidia-common
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 15:10:29 +0100
committerSimon Rettberg2019-11-26 15:10:29 +0100
commit49bb18e8d8728aa177095adade1a5ead690c9151 (patch)
treee5b48da78da656c29b8812ba86e24ab9e00bd3ad /core/modules/nvidia-common
parent[rootfs-stage32] Add missing quotes (diff)
downloadmltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.gz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.xz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.zip
[*] cd <...> || perror --> cde <...>
Diffstat (limited to 'core/modules/nvidia-common')
-rw-r--r--core/modules/nvidia-common/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/nvidia-common/module.build b/core/modules/nvidia-common/module.build
index 619d1170..c402f5d2 100644
--- a/core/modules/nvidia-common/module.build
+++ b/core/modules/nvidia-common/module.build
@@ -2,7 +2,7 @@
fetch_source() {
local version
mkdir -p src
- cd src || perror "Could not change into src directory."
+ cde src
for version in $NVIDIA_VERSIONS; do
download "${REQUIRED_URL//%VERSION%/$version}" "${version}.run"
done