mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
3 lines
105 B
Bash
Executable file
3 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: with-dquotes,v 1.1 2012/07/03 09:40:19 tom Exp $
|
|
DIALOGOPTS="$DIALOGOPTS --quoted" "$@"
|