derick Thu Oct 10 14:39:09 2002 EDT
Modified files:
/php4 makedist
Log:
- Fix typo
Index: php4/makedist
diff -u php4/makedist:1.26 php4/makedist:1.27
--- php4/makedist:1.26 Thu Oct 10 14:37:07 2002
+++ php4/makedist Thu Oct 10 14:39:09 2002
@@ -24,7 +24,7 @@
#
# Written by Stig Bakken <[EMAIL PROTECTED]> 1997-05-28.
#
-# $Id: makedist,v 1.26 2002/10/10 18:37:07 derick Exp $
+# $Id: makedist,v 1.27 2002/10/10 18:39:09 derick Exp $
#
if test "$#" != "2"; then
@@ -127,13 +127,13 @@
cd $MY_OLDPWD
$ECHO_N "makedist: making gzipped tar archive...$ECHO_C"
-rm -f $ARCHIVEt.tar.gz
+rm -f $ARCHIVE.tar.gz
tar cf $ARCHIVE $PKG-$VER || exit 8
gzip -9 $ARCHIVE || exit 9
echo ""
$ECHO_N "makedist: making bz2zipped tar archive...$ECHO_C"
-rm -f $ARCHIVEt.tar.bz2
+rm -f $ARCHIVE.tar.bz2
tar cf $ARCHIVE $PKG-$VER || exit 10
bzip2 -9 $ARCHIVE || exit 11
echo ""
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php