mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
3 lines
112 B
Bash
Executable file
3 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: with-squotes,v 1.1 2012/07/03 09:40:29 tom Exp $
|
|
DIALOGOPTS="$DIALOGOPTS --single-quoted" "$@"
|