diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-06 16:37:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-06 16:37:19 +0300 |
commit | 0f6ceedad988ee65bdf45b6ee3e3303f74bc6e20 (patch) | |
tree | f03cc45657f12c512e2e40c8b664dea7ed1e2b93 /g | |
parent | 24828bba2c409c26b3987bcef583449be5d319ad (diff) |
Dont print misleading information
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ for REPO in $DIRS ; do rm "$RAWBUILDDIR/$link" echo -n "re-" fi - echo "creating missing link $link $DIR/$link -> $RAWBUILDDIR/$link" + echo "creating missing link $link" ln -s "$DIR/$link" "$RAWBUILDDIR/$link" fi done |