Do not set editor for GRML_SMALL
authorMichael Prokop <devnull@localhost>
Mon, 29 Sep 2008 12:07:56 +0000 (14:07 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 29 Sep 2008 12:07:56 +0000 (14:07 +0200)
etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives

index 10a7e91..ac45baf 100755 (executable)
@@ -17,7 +17,7 @@ set +u
 if ifclass GRML_SMALL ; then
 set -u
    if [ -r $target/usr/bin/vim.tiny ] ; then
 if ifclass GRML_SMALL ; then
 set -u
    if [ -r $target/usr/bin/vim.tiny ] ; then
-      $ROOTCMD update-alternatives --set editor /usr/bin/vim.tiny
+      $ROOTCMD update-alternatives --set editor /usr/bin/vim.tiny
       $ROOTCMD update-alternatives --set vi     /usr/bin/vim.tiny
    fi
 else
       $ROOTCMD update-alternatives --set vi     /usr/bin/vim.tiny
    fi
 else