From c79dec3ba517967c09ef398b20d577271774df19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 22:28:55 +0100 Subject: Add bash shebangs to all our includes: github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either. --- core/modules/nvidia_kernel/module.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'core/modules/nvidia_kernel/module.conf') diff --git a/core/modules/nvidia_kernel/module.conf b/core/modules/nvidia_kernel/module.conf index 68ab2a9a..c95b0078 100644 --- a/core/modules/nvidia_kernel/module.conf +++ b/core/modules/nvidia_kernel/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_VERSION="375.26" REQUIRED_NVIDIA="NVIDIA-Linux-x86_64-$REQUIRED_VERSION.run" REQUIRED_URL="http://download.nvidia.com/XFree86/Linux-x86_64/$REQUIRED_VERSION/$REQUIRED_NVIDIA" -- cgit v1.2.3-55-g7522