about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-05-31 07:30:41 +0200
committerVladimír Čunát <v@cunat.cz>2024-05-31 07:30:41 +0200
commit5804775d03fe99dcbc31aa61de20626df0ed7571 (patch)
treead1b4f0b5dd0bd8fd9ecc0632815d129a7cc60ec /pkgs/os-specific/bsd
parentd3d81af60c22e9e93a3930a9630b210362341ab9 (diff)
parentb64e2b1db37091eb93959fe8f27a7d7da84feb27 (diff)
Merge branch 'staging' into staging-next
Diffstat (limited to 'pkgs/os-specific/bsd')
-rw-r--r--pkgs/os-specific/bsd/lib/install-wrapper.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/bsd/lib/install-wrapper.sh b/pkgs/os-specific/bsd/lib/install-wrapper.sh
index 91a7a2679f209..97a2aaab22c0e 100644
--- a/pkgs/os-specific/bsd/lib/install-wrapper.sh
+++ b/pkgs/os-specific/bsd/lib/install-wrapper.sh
@@ -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")