mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
2a3e3873a1
Level up WARNS
4 lines
112 B
Bash
Executable File
4 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" "$@"
|