remove questionable idiom

This commit is contained in:
Travis Cross
2012-05-09 14:10:20 +00:00
parent 225eebc20d
commit 0165a813d7
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ dst_name="freeswitch-$cmajor.$cminor.$cmicro"
dst_parent="/tmp/"
dst_dir="/tmp/$dst_name"
(mkdir -p rpmbuild && cd $_ && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SPECS)
(mkdir -p rpmbuild && cd rpmbuild && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SPECS)
cd $src_repo