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