Skip to content

Commit f56827f

Browse files
committed
Moved scripts to common directory
1 parent 6ad6a47 commit f56827f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

scripts/check-module-copyright-notice.py renamed to common/scripts/check-module-copyright-notice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def printUsage():
3838
# Make sure we are at the top of the repository
3939
location = os.path.dirname(os.path.realpath(sys.argv[0]))
4040
os.chdir(location)
41-
os.chdir("..")
41+
os.chdir("../..")
4242

4343
# Read header
4444
headerFile = "HEADER.TXT"

scripts/fix-module-copyright-notice.py renamed to common/scripts/fix-module-copyright-notice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def printUsage():
5555
# Make sure we are at the top of the repository
5656
location = os.path.dirname(os.path.realpath(sys.argv[0]))
5757
os.chdir(location)
58-
os.chdir("..")
58+
os.chdir("../..")
5959

6060
# Read header
6161
headerFile = "HEADER.TXT"
File renamed without changes.

0 commit comments

Comments
 (0)