blob: 57ff9dc1feae18a665f3529ff39340c11b363dd6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- pascal-fc.orig/pfc.sh 2020-02-14 12:15:44.650336401 +0000
+++ pascal-fc.new/pfc.sh 2020-02-14 12:26:18.301776721 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-p=$PWD
+p=/usr/bin
if test -f objfile
then rm objfile
fi
|