1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 14:09:35 +02:00

now that $tmp has two components, use mkdir's -p option to create it

This commit is contained in:
Jim Meyering
2002-06-15 10:16:22 +00:00
parent 35e9b38dd8
commit a44fd51a81
+1 -1
View File
@@ -19,7 +19,7 @@ cd $srcdir || framework_failure=1
abs_srcdir=`pwd`
cd $pwd || framework_failure=1
mkdir $tmp || framework_failure=1
mkdir -p $tmp || framework_failure=1
cd $tmp || framework_failure=1
if test $framework_failure = 1; then