Index: uspace/app/bdsh/cmds/modules/touch/touch.c
===================================================================
--- uspace/app/bdsh/cmds/modules/touch/touch.c	(revision 971cc0cc5fae59a094ed47621745a77ecf084cca)
+++ uspace/app/bdsh/cmds/modules/touch/touch.c	(revision f834cc326d52cc89a38cae6dd39b7fd14a419bb3)
@@ -90,5 +90,5 @@
 	DIR *dirp;
 	
-	for (c = 0, optind = 0, longind = 0; c != -1; ) {
+	for (c = 0, optreset = 1, optind = 0, longind = 0; c != -1; ) {
 		c = getopt_long(argc, argv, "c", long_options, &longind);
 		switch (c) {
