瀏覽代碼

* Fixed error in line 56, preventing backup

git-svn-id: trunk@11194 -
michael 17 年之前
父節點
當前提交
da923586c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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