You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The vanilla script without changes fails to see path to readlinks, cp or mkdir.
cp doesn't have -t with OpenBSD. After correcting those problems. The following errors with running
./flexipatch-finalizer/flexipatch-finalizer.sh -d st-flexipatch/ -o st-test --run
awk: syntax error at source line 113
context is
print line > $0 >>> ".~" <<<
awk: illegal statement at source line 113
If I run this exact setup on Linux it works fine.
The text was updated successfully, but these errors were encountered:
Hello,
The vanilla script without changes fails to see path to readlinks, cp or mkdir.
cp doesn't have -t with OpenBSD. After correcting those problems. The following errors with running
./flexipatch-finalizer/flexipatch-finalizer.sh -d st-flexipatch/ -o st-test --run
awk: syntax error at source line 113
context is
print line > $0 >>> ".~" <<<
awk: illegal statement at source line 113
If I run this exact setup on Linux it works fine.
The text was updated successfully, but these errors were encountered: