mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Fix a silly bug so it compiles up properly
-Erik
This commit is contained in:
parent
6ab22027d0
commit
e4c4d69c04
@ -633,6 +633,7 @@ Options:
|
|||||||
-u, --unqote Do not quote the output\n"
|
-u, --unqote Do not quote the output\n"
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
$ cat getopt.test
|
$ cat getopt.test
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \
|
GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \
|
||||||
@ -2107,4 +2108,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
|||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
# $Id: busybox.pod,v 1.63 2000/08/21 22:46:33 andersen Exp $
|
# $Id: busybox.pod,v 1.64 2000/08/21 23:29:45 andersen Exp $
|
||||||
|
Loading…
Reference in New Issue
Block a user