Skip to content

Commit

Permalink
Add missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Aug 2, 2016
1 parent 236e6a5 commit 0adc931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/install_freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ while getopts s:d:o:iWKDhz opt; do
done

# Default obj dir to src/../obj
: ${objdir=$(realpath ${srcdir}../obj)}
: ${objdir=$(realpath ${srcdir}/../obj)}

[ -z "$srcdir" ] \
&& err "source directory is not defined"
Expand Down

0 comments on commit 0adc931

Please sign in to comment.