OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Oct-2007 15:25:49
Branch: HEAD Handle: 2007102614254800
Modified files:
openpkg-src/frink frink.sh
Log:
fix typo
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-src/frink/frink.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/frink/frink.sh
============================================================================
$ cvs diff -u -r1.1 -r1.2 frink.sh
--- openpkg-src/frink/frink.sh 26 Oct 2007 13:05:05 -0000 1.1
+++ openpkg-src/frink/frink.sh 26 Oct 2007 13:25:48 -0000 1.2
@@ -12,7 +12,7 @@
esac
# execute program
-if [ ".$ui" = ".frink.parser.Frink" $# -eq 1 -a ! -f "$1" ]; then
+if [ ".$ui" = ".frink.parser.Frink" -a $# -eq 1 -a ! -f "$1" ]; then
set -- -e "$@"
fi
if [ ".$ui" = ".frink.parser.Frink" -a \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]