From 11093059824c74a2732f16152e38f495fa081fca Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 5 Jul 2022 15:41:24 +0200 Subject: [PATCH] node-16.15.0-0: Use tab in here document Copying that line seems to have converted tabs to spaces, so fix it. --- node-16.15.0-0.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-16.15.0-0.build.sh b/node-16.15.0-0.build.sh index 470a9c5..0939c81 100755 --- a/node-16.15.0-0.build.sh +++ b/node-16.15.0-0.build.sh @@ -21,7 +21,7 @@ exec $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