Small cleanup.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7153 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2010-10-19 15:22:38 +00:00
parent 270b8b0b59
commit de6abd7d07
2 changed files with 0 additions and 10 deletions

View File

@ -48,11 +48,6 @@ for DIR in "$TMP_DIR" "$EXAMPLE_DIR/results" ; do
mkdir $DIR
fi
done
for DIR in "$TMP_DIR" "$EXAMPLE_DIR/results" ; do
if test ! -d $DIR ; then
mkdir $DIR
fi
done
cd $EXAMPLE_DIR/results
# check for executables

View File

@ -48,11 +48,6 @@ for DIR in "$TMP_DIR" "$EXAMPLE_DIR/results" ; do
mkdir $DIR
fi
done
for DIR in "$TMP_DIR" "$EXAMPLE_DIR/results" ; do
if test ! -d $DIR ; then
mkdir $DIR
fi
done
cd $EXAMPLE_DIR/results
# check for executables