From 256f0ff0cf91e0c32cfbbbe64e2b9cd6f94f18d0 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Wed, 23 Feb 2005 05:31:39 +0000 Subject: fixed minor bugs --- web/html/pkgsubmit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index f6e699bf..f9e9c3c2 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -160,7 +160,7 @@ if ($_COOKIE["AURSID"]) { } $shcmd = "/bin/sh -c 'mv ".$upload_file." ".$INCOMING_DIR.$pkg_name; - $shcmd.= "/".$_FILES["pfile"]["name"]."'"); + $shcmd.= "/".$_FILES["pfile"]["name"]."'"; @exec($shcmd); # if no error, get list of directory contents and process PKGBUILD -- cgit v1.2.3-24-g4f1b