oops
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 19 Jan 2010 09:09:51 +0000 (09:09 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 19 Jan 2010 09:09:51 +0000 (09:09 +0000)
scripts/trim-vserver-builds.sh

index 2f44f50..c612cfc 100755 (executable)
@@ -15,7 +15,7 @@ for build in "$@" ; do
     text_base=$(basename $build .log.txt)
     if [ "$text_base" != "$base" ] ; then
        echo "Removing txt link $build"
-       rm "$base"
+       rm "$build"
        continue
     fi
     base=$(basename $build)