Skip to content

Commit

Permalink
env-setup now checks for sc at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 24, 2020
1 parent e01260b commit fad101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env-setup
Expand Up @@ -176,7 +176,7 @@ find ~/bin/ -xtype l | xargs unlink 2> /dev/null


which output-sparse || echo "unable to find output-sparse"
#which sp || echo "unable to find sp"
which sc || echo "unable to find sc"
which aes-encrypt || echo "unable to find aes-encrypt"
which aes-decrypt || echo "unable to find aes-decrypt"
which sump || echo "unable to find sump"
Expand Down

0 comments on commit fad101c

Please sign in to comment.