Explorar el Código

* Fixed error in line 56, preventing backup

git-svn-id: trunk@11194 -
michael hace 17 años
padre
commit
da923586c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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