Skip to content

Commit

Permalink
Make the script slightly less verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Aug 18, 2015
1 parent 2f92da8 commit 624e6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setup-env.sh
Expand Up @@ -16,10 +16,10 @@ MAKESTUFF_DIR=$BUILD_DIR/makestuff
echo " This script is: $SETUP_SRC"
echo " Firmware directory: $TOP_DIR"
echo " Build directory is: $BUILD_DIR"
echo " gnu toolchain installed at: $GNU_DIR"
echo " migen found at: $MIGEN_DIR"
echo " misoc found at: $MISOC_DIR"
echo " fpgalink found at: $MAKESTUFF_DIR"
#echo " gnu toolchain installed at: $GNU_DIR"
#echo " migen found at: $MIGEN_DIR"
#echo " misoc found at: $MISOC_DIR"
#echo " fpgalink found at: $MAKESTUFF_DIR"

if [ $SOURCED = 0 ]; then
echo "You must source this script, rather then try and run it."
Expand Down

0 comments on commit 624e6bc

Please sign in to comment.