4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
# $Id: with-dquotes,v 1.1 2012/07/03 09:40:19 tom Exp $
|
||
|
DIALOGOPTS="$DIALOGOPTS --quoted" "$@"
|