소스 검색

* 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