summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2017-07-03 10:23:04 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2017-07-03 10:23:04 +0200
commit02012b16e5c76fa769828ecb4e73af82d0cacf56 (patch)
treec557294159f095b5a9ab759ca6492854378758d9 /mach
parentdc1899458eb1333ad108c98724852962d4a13ca0 (diff)
downloadnss-hg-02012b16e5c76fa769828ecb4e73af82d0cacf56.tar.gz
Bug 1372127 - move .chk to root folder, r=ttaubert
Differential Revision: https://nss-review.dev.mozaws.net/D360
Diffstat (limited to 'mach')
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index 16e6dcab0..22546d732 100755
--- a/mach
+++ b/mach
@@ -66,7 +66,7 @@ class cfAction(argparse.Action):
for file in files:
with open(os.path.join(dirname, file), "rb") as f:
hash.update(f.read())
- chk_file = cwd + "/out/.chk"
+ chk_file = cwd + "/.chk"
old_chk = ""
new_chk = hash.hexdigest()
if os.path.exists(chk_file):