Author: branden
Date: 2004-08-21 12:50:47 -0500 (Sat, 21 Aug 2004)
New Revision: 1742

Modified:
   branches/app-defaults-and-xkb-dir-migration-fix/debian/shell-lib.sh
Log:
(cosmetic) Fix indentation error.


Modified: branches/app-defaults-and-xkb-dir-migration-fix/debian/shell-lib.sh
===================================================================
--- branches/app-defaults-and-xkb-dir-migration-fix/debian/shell-lib.sh 
2004-08-21 07:45:29 UTC (rev 1741)
+++ branches/app-defaults-and-xkb-dir-migration-fix/debian/shell-lib.sh 
2004-08-21 17:50:47 UTC (rev 1742)
@@ -723,7 +723,7 @@
   if [ -L "$new" ]; then
     # Does it point the wrong way, i.e., back to where we're migrating from?
     if [ "$(readlink "$new")" = "$old" ]; then
-    # Get rid of it.
+      # Get rid of it.
       observe "removing symbolic link $new which points to $old"
       rm "$new"
     else

Reply via email to