From 43f16f8dd82e79d15a7bd067e45b0356cd5b3dd6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 25 Jan 2016 15:02:32 -0700 Subject: [PATCH] src/: give scripts a .sh extension for easy identification Just rename the two scripts that are in the src/ tree to give them a .sh extension. Since we generally expect files in the src directory to be source files, this allows to identify these as scripts easily. Change-Id: I0ab20a083880370164488d37a752ba2d5a192fdc Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/13432 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/via/epia-m700/{get_dsdt => get_dsdt.sh} | 0 src/vendorcode/google/chromeos/{build-snow => build-snow.sh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/mainboard/via/epia-m700/{get_dsdt => get_dsdt.sh} (100%) rename src/vendorcode/google/chromeos/{build-snow => build-snow.sh} (100%) diff --git a/src/mainboard/via/epia-m700/get_dsdt b/src/mainboard/via/epia-m700/get_dsdt.sh similarity index 100% rename from src/mainboard/via/epia-m700/get_dsdt rename to src/mainboard/via/epia-m700/get_dsdt.sh diff --git a/src/vendorcode/google/chromeos/build-snow b/src/vendorcode/google/chromeos/build-snow.sh similarity index 100% rename from src/vendorcode/google/chromeos/build-snow rename to src/vendorcode/google/chromeos/build-snow.sh