tweak the path for copy-debug-info so we don't accidentally neuter THAT strip as well. this helps getting cmake/qmake do the right thing without needing to alter strip behavior.
5 lines
99 B
Bash
5 lines
99 B
Bash
#! /bin/sh
|
|
# $OpenBSD: no-strip,v 1.1 2020/05/20 12:57:10 espie Exp $
|
|
|
|
echo "NOT running strip $@"
|