Skip to content

Commit

Permalink
Merge pull request #201 from mariux64/node-16.15.0-use-tab-in-here-doc
Browse files Browse the repository at this point in the history
node-16.15.0-0: Use tab in here document
  • Loading branch information
pmenzel authored Jul 5, 2022
2 parents 53b4397 + 1109305 commit 691233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-16.15.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exec </dev/null
mkdir -p $PREFIX
cat >$PREFIX/profile <<-EOF
PATH=$PREFIX/bin:\$PATH
. /pkg/llvm-13.0.1-0/profile
. /pkg/llvm-13.0.1-0/profile
if [ -d $PREFIX/.compatlibs ]; then export LD_LIBRARY_PATH=$PREFIX/.compatlibs\${LD_LIBRARY_PATH:+:\$LD_LIBRARY_PATH} ; fi
EOF
. $PREFIX/profile
Expand Down

0 comments on commit 691233b

Please sign in to comment.