mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
4 lines
105 B
Bash
Executable File
4 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" "$@"
|