Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
use bash for autogen (for pushd)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jansen Garrick committed Jan 28, 2018
1 parent 28f2418 commit 1d5ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e

[ -d .git ] && [ -d tor ] && [ -d leveldb ] && [ -d db4.8 ] || \
{ echo "Please run this command from the root of the Spectrecoin repository." && exit 1; }
Expand Down

0 comments on commit 1d5ca64

Please sign in to comment.