freebsd: Don't discard request to strip installed binaries

This commit is contained in:
Audrey Dutcher 2024-05-17 12:26:29 -07:00 committed by Alyssa Ross
parent 4cb9ec8a1e
commit feef074d47

View File

@ -14,7 +14,6 @@ while (( $# )); do
case $1 in
-C) ;;
-o | -g) shift ;;
-s) ;;
-m | -l)
# handle next arg so not counted as path arg
args+=("$1" "$2")