Fix the last commit

This commit is contained in:
Daiki Ueno 2018-12-10 16:17:16 +01:00
parent cab16c0490
commit 5221baae09
1 changed files with 2 additions and 1 deletions

View File

@ -447,7 +447,8 @@ if [ $SPACEISBAD -ne 0 ]; then
fi
MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND ||:
RANDSERV=selfserv_${MYRAND}; echo $RANDSERV ||:
pushd dist/Release/bin
DISTBINDIR=`ls -d ./dist/*.OBJ/bin`; echo $DISTBINDIR ||:
pushd "$DISTBINDIR"
ln -s selfserv $RANDSERV
popd
# man perlrun, man perlrequick