mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Piotrek Żygieło
19.34.2025 eef907d347f10e777c1b7393d0e6067a8d22c80d
[#498] FIX warning output from export-ldif: "grep: warning: stray \ before -" (#499)

Co-authored-by: Piotrek Żygieło <pzygielo@users.noreply.github.com>
1 files modified
2 ■■■ changed files
opendj-server-legacy/resource/bin/_mixed-script.sh 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/resource/bin/_mixed-script.sh
@@ -44,7 +44,7 @@
SCRIPT_NAME=${ORIGIN_SCRIPT_NAME}.online
for opt in `echo $*`
do
  `echo ${opt}|grep -iq "\-\-offline"`
  `echo ${opt}|grep -iq -- --offline`
  ret_code=$?
  if test ${ret_code} -eq 0
  then