From d93ba93aa5852259f74eaa665314f9df23a4c912 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Tue, 12 Sep 2023 02:45:17 -0400 Subject: build: Remove $ from scripts --- tools/ksyms | 1 - tools/meta-rip | 1 - tools/update-copyright | 1 - 3 files changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/ksyms b/tools/ksyms index 5fa7dc9..c2b9008 100755 --- a/tools/ksyms +++ b/tools/ksyms @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# $Id$ rm -f $1 printf "#include \n\nstruct kernel_symbol" > $1 diff --git a/tools/meta-rip b/tools/meta-rip index 873a003..4041feb 100755 --- a/tools/meta-rip +++ b/tools/meta-rip @@ -1,5 +1,4 @@ #!/bin/bash -# $Id$ if [[ ! -f $1 ]] then diff --git a/tools/update-copyright b/tools/update-copyright index 934803e..d1af46c 100755 --- a/tools/update-copyright +++ b/tools/update-copyright @@ -1,5 +1,4 @@ #!/bin/bash -# $Id$ # Set the current year as a variable current_year=$(date +"%Y") -- cgit v1.2.3