aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index af14f84..ab3ef93 100755
--- a/configure
+++ b/configure
@@ -679,8 +679,8 @@ if ! [ -d $mtexdir ]; then mkdir $mtexdir; fi
if [ "x$reproducible_paper_group_name" = x ]; then
texbdir=$texdir/build
else
- user = $(whoami)
- texbdir = $texdir/build-$user
+ user=$(whoami)
+ texbdir=$texdir/build-$user
fi
if ! [ -d $texbdir ]; then mkdir $texbdir; fi