aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-08-12 16:30:42 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-08-12 16:30:42 -0400
commit6a1720962af55d0a1b3a8e09eb420b8d030bb141 (patch)
tree8542049edb2490132a105914995030260043d5b9 /compile
parent0e3f2551a91fd2e3b0d422a8fce7c1ce97a251d7 (diff)
parentf85a065bbdb0e0010b5c0585c2e2ab0aca0c7a36 (diff)
downloadayatana-indicator-messages-6a1720962af55d0a1b3a8e09eb420b8d030bb141.tar.gz
ayatana-indicator-messages-6a1720962af55d0a1b3a8e09eb420b8d030bb141.tar.bz2
ayatana-indicator-messages-6a1720962af55d0a1b3a8e09eb420b8d030bb141.zip
releasing version 0.3.9-0ubuntu1
Diffstat (limited to 'compile')
-rwxr-xr-xcompile6
1 files changed, 3 insertions, 3 deletions
diff --git a/compile b/compile
index c0096a7..ec64c62 100755
--- a/compile
+++ b/compile
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
-scriptversion=2009-10-06.20; # UTC
+scriptversion=2009-04-28.21; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software
# Foundation, Inc.
@@ -124,9 +124,9 @@ trap "rmdir '$lockdir'; exit 1" 1 2 15
ret=$?
if test -f "$cofile"; then
- test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
+ mv "$cofile" "$ofile"
elif test -f "${cofile}bj"; then
- test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
+ mv "${cofile}bj" "$ofile"
fi
rmdir "$lockdir"