Kaynağa Gözat

* Fixed error in line 56, preventing backup

git-svn-id: trunk@11194 -
michael 17 yıl önce
ebeveyn
işleme
da923586c6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -53,7 +53,7 @@ if [ -w "$sysdir" ] ; then
   thefile="$sysdir"/fpc.cfg
 else
   echo No write premission in $sysdir.
-  thefile"=$HOME"/.fpc.cfg
+  thefile="$HOME"/.fpc.cfg
 fi
 #
 if [ -f $thefile ] ; then