Strange behavior of mkdir

Issue #4 invalid
Maximilian Braun created an issue

mkdir fragt nach zustimmung nur beim ersten Ordner, aber alle drei werden erstellt.

-bash:$ mkdir trunk branches tags
change to new directory 'trunk'? [Y/n] y
-bash:[2013-05-07 09:54:54 @1367913294] *****@***** [~/workspace/devel/maven/plugins/bender/trunk] 
-bash:$ ..
-bash:[2013-05-07 09:54:57 @1367913297] *****@***** [~/workspace/devel/maven/plugins/bender] 
-bash:$ l
total 0
drwxr-xr-x   5 *****  *****   170B  7 Mai 09:54 .
drwxr-xr-x  48 *****  *****   1,6K  7 Mai 09:54 ..
drwxr-xr-x   2 *****  *****    68B  7 Mai 09:54 branches
drwxr-xr-x   2 *****  *****    68B  7 Mai 09:54 tags
drwxr-xr-x   2 *****  *****    68B  7 Mai 09:54 trunk

Comments (3)

  1. Log in to comment