2
0

Small C build and script fixes.

This commit is contained in:
Maarten Billemont
2014-06-10 16:25:35 -04:00
parent cced75cdfe
commit d1cc9481c3
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash
# Run with -DDEBUG to enable trace-level output.
[[ -e lib/scrypt/scryptenc.o ]] || { echo >&2 "Missing scrypt. First get and build the scrypt source in lib/scrypt from <$(<lib/scrypt/.source)>.\n"; exit 1; }