Changeset 7e53c37 in mainline for tools/transform-copyright.sh


Ignore:
Timestamp:
2022-08-13T12:11:57Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
089765f
Parents:
4dd3912
Message:

Update files with /bin/bash shebang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/transform-copyright.sh

    r4dd3912 r7e53c37  
    1111if diff -q $FILENAME.license__ license_text_tmp.txt; then
    1212        tail -n +28 $FILENAME.nocopyright__ > $FILENAME.nolicense__
    13         echo '#!/usr/bin/env python' > $FILENAME
     13        echo '#!/bin/bash' > $FILENAME
    1414        echo "#" >> $FILENAME
    1515        sed 's/Copyright (c)/SPDX-FileCopyrightText:/g' $FILENAME.copyright__ >> $FILENAME
Note: See TracChangeset for help on using the changeset viewer.