mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
freebsd: Don't discard request to strip installed binaries
This commit is contained in:
parent
4cb9ec8a1e
commit
feef074d47
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user