From 3f9a9e7b12eeaa135e6279ecebbc0ddd9ee1291e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Wed, 8 Aug 2001 16:31:36 +0000 Subject: [PATCH] corrected path --- scripts/create-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index cc6e0e88e..ca013b8a2 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -28,7 +28,7 @@ mv phpMyAdmin phpMyAdmin-$1 zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1 tar cvzf phpMyAdmin-$1-php3.tar.gz phpMyAdmin-$1 cd phpMyAdmin-$1 -./extchg.sh php3 php +./scripts/extchg.sh php3 php cd .. zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1 tar cvzf phpMyAdmin-$1-php.tar.gz phpMyAdmin-$1