Skip to content

Commit

Permalink
Merge pull request #4489 from durquhart/unibuild_path_fix
Browse files Browse the repository at this point in the history
Quote PATH expansion in sentenv-unibuild to handle spaces
  • Loading branch information
t-paul committed Jan 4, 2023
2 parents 0a10882 + 2b46042 commit 3241bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setenv-unibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setenv_common()
DEPLOYDIR=$BASEDIR

export BASEDIR
export PATH=$BASEDIR/bin:$PATH
export PATH=$BASEDIR/bin:"$PATH"
export LD_LIBRARY_PATH=$DEPLOYDIR/lib:$DEPLOYDIR/lib64
export LD_RUN_PATH=$DEPLOYDIR/lib:$DEPLOYDIR/lib64
export OPENSCAD_LIBRARIES=$DEPLOYDIR
Expand Down

0 comments on commit 3241bf8

Please sign in to comment.