about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/lib/install-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/bsd/lib/install-wrapper.sh')
-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")