chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
387501a
)
Make the `-L' (trace-level) option's argument optional, like the long
author
mdw
<mdw>
Fri, 5 Sep 1997 13:47:44 +0000
(13:47 +0000)
committer
mdw
<mdw>
Fri, 5 Sep 1997 13:47:44 +0000
(13:47 +0000)
version is.
src/become.c
patch
|
blob
|
blame
|
history
diff --git
a/src/become.c
b/src/become.c
index c99497473bd795bd2e1d90f7b23c039ad617b33c..5af2c4fc4128b4608405247488e02b36e9f94645 100644
(file)
--- a/
src/become.c
+++ b/
src/become.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: become.c,v 1.
5 1997/09/05 11:45:19
mdw Exp $
+ * $Id: become.c,v 1.
6 1997/09/05 13:47:44
mdw Exp $
*
* Main code for `become'
*
*
* Main code for `become'
*
@@
-29,7
+29,11
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
- * Revision 1.5 1997/09/05 11:45:19 mdw
+ * Revision 1.6 1997/09/05 13:47:44 mdw
+ * Make the `-L' (trace-level) option's argument optional, like the long
+ * version is.
+ *
+ * Revision 1.5 1997/09/05 11:45:19 mdw
* Add support for different login styles, and environment variable
* manipulation in a safe and useful way.
*
* Add support for different login styles, and environment variable
* manipulation in a safe and useful way.
*
@@
-435,7
+439,7
@@
int main(int argc, char *argv[])
};
i = mdwopt(argc, argv,
};
i = mdwopt(argc, argv,
- "-" "huv" "esl" "c:" "dp:f:" T("I:T::L:"),
+ "-" "huv" "esl" "c:" "dp:f:" T("I:T::L:
:
"),
opts, 0, 0, gFlag_envVar);
if (i < 0)
goto done_options;
opts, 0, 0, gFlag_envVar);
if (i < 0)
goto done_options;