Skip to content

Commit

Permalink
remove a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Sep 23, 2017
1 parent 957aad2 commit 3206e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/install_pfft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PFFT_VERSION=1.0.8-alpha2-fftw3
TMP="tmp-pfft-$PFFT_VERSION"
LOGFILE="build.log"

mkdir $TMP
mkdir -p $TMP
ROOT=`dirname $0`/../
if ! [ -f $ROOT/depends/pfft-$PFFT_VERSION.tar.gz ]; then
echo curl -o $ROOT/depends/pfft-$PFFT_VERSION.tar.gz \
Expand Down

0 comments on commit 3206e37

Please sign in to comment.