Skip to content

Commit

Permalink
make buildtest.sh BSD compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
spmzt committed Jan 11, 2024
1 parent 86cbd58 commit dd96131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trap errfunc ERR

COMMITREF="$1"
COMMITISH="`git rev-list --max-count=1 ${COMMITREF:-HEAD}`"
TEMP="`mktemp -t -d frrbuild.XXXXXX`"
TEMP="`mktemp -d -t frrbuild.XXXXXX`"
BASE="`pwd`"
CONFIGS="$2"

Expand All @@ -59,7 +59,7 @@ echo -e "\n\n\n\n\033[33;1mmaking dist tarball\033[m"
mkdir build_dist
cd build_dist
../source/configure
make distdir=sdist dist-gzip
${MAKE:-make} distdir=sdist dist-gzip
cd ..
tar zxvf build_dist/sdist.tar.gz

Expand Down

0 comments on commit dd96131

Please sign in to comment.