Code Duplication    Length = 6-6 lines in 2 locations

bin/createsymlinks.php 2 locations

@@ 126-131 (lines=6) @@
123
								if($verbose) {
124
									echo str_pad("Creating link: " . basename($target), $COLS) . $OK."\n";
125
								}
126
							} else {
127
								if(!$silent) {
128
									echo str_pad("Creating link: " . substr( $path, strlen($srcdir) ).basename($target), $COLS) . $FAILED;
129
									echo " ($symError)\n";
130
								}
131
							}
132
						} else {
133
							if(!$silent) {
134
								echo str_pad("Creating link: " . substr( $path, strlen($srcdir) ).basename($target), $COLS) . $FAILED;
@@ 132-137 (lines=6) @@
129
									echo " ($symError)\n";
130
								}
131
							}
132
						} else {
133
							if(!$silent) {
134
								echo str_pad("Creating link: " . substr( $path, strlen($srcdir) ).basename($target), $COLS) . $FAILED;
135
								echo " (File already exists)\n";
136
							}
137
						}
138
					}
139
				} else if (is_dir($f)) {
140
					/* skip CVS directories */