From b6aaabf46326e8da3e07c7b86cf5dbb57d863432 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 10 Dec 2001 15:45:07 +0000 Subject: Missing patch. Part of Makefile revision 1.2 fix PR: 32645 Submitted by: Kuang-che Wu (PR), maintainer (fix) --- lang/fpc-devel/files/fix-samplecfg | 11 ++++++++++- lang/fpc/files/fix-samplecfg | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/fpc-devel/files/fix-samplecfg b/lang/fpc-devel/files/fix-samplecfg index 03f1f13c9e79..187375e6354f 100644 --- a/lang/fpc-devel/files/fix-samplecfg +++ b/lang/fpc-devel/files/fix-samplecfg @@ -1,5 +1,5 @@ --- samplecfg Sat Dec 23 15:02:40 2000 -+++ samplecfg.new Thu Nov 29 07:44:20 2001 ++++ samplecfg.new Sun Dec 9 07:12:15 2001 @@ -4,7 +4,7 @@ # # Generate Sample Free Pascal configuration file @@ -9,6 +9,15 @@ echo 'Usage :' echo 'samplecfg fpcdir confdir' echo 'fpcdir = Path where FPC is installed' +@@ -29,7 +29,7 @@ + # + if [ -f $thefile ] ; then + mv $thefile $thefile.orig >/dev/null 2>&1 +- if [ $? == 0 ]; then ++ if [ $? -eq 0 ]; then + echo Saved old config to $thefile.orig + else + echo Could not save old config. Bailing out... @@ -38,9 +38,15 @@ fi diff --git a/lang/fpc/files/fix-samplecfg b/lang/fpc/files/fix-samplecfg index 03f1f13c9e79..187375e6354f 100644 --- a/lang/fpc/files/fix-samplecfg +++ b/lang/fpc/files/fix-samplecfg @@ -1,5 +1,5 @@ --- samplecfg Sat Dec 23 15:02:40 2000 -+++ samplecfg.new Thu Nov 29 07:44:20 2001 ++++ samplecfg.new Sun Dec 9 07:12:15 2001 @@ -4,7 +4,7 @@ # # Generate Sample Free Pascal configuration file @@ -9,6 +9,15 @@ echo 'Usage :' echo 'samplecfg fpcdir confdir' echo 'fpcdir = Path where FPC is installed' +@@ -29,7 +29,7 @@ + # + if [ -f $thefile ] ; then + mv $thefile $thefile.orig >/dev/null 2>&1 +- if [ $? == 0 ]; then ++ if [ $? -eq 0 ]; then + echo Saved old config to $thefile.orig + else + echo Could not save old config. Bailing out... @@ -38,9 +38,15 @@ fi -- cgit v1.2.3