- cosmetcis: remove "..."
authorMichael Schroeder <mls@suse.de>
Tue, 26 Jun 2012 14:56:58 +0000 (16:56 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 26 Jun 2012 14:56:58 +0000 (16:56 +0200)
init_buildsystem

index 0c20b1d..a5cfbee 100755 (executable)
@@ -159,9 +159,9 @@ preinstall_image()
 {
     check_exit
     if test -n "$2" ; then
-       echo "unpacking preinstall image $2..."
+       echo "unpacking preinstall image $2"
     else
-       echo "unpacking preinstall image..."
+       echo "unpacking preinstall image"
     fi
     cd $BUILD_ROOT || cleanup_and_exit 1
     if test -x /usr/bin/bsdtar ; then