From 193d385f00bfec211344eaaead61b992cd7979b3 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 16 May 2013 02:33:35 -0400
Subject: [PATCH] Small fix to the printed debug message
---
bin/updatecss.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/updatecss.sh b/bin/updatecss.sh
index c477171..53d237c 100755
--- a/bin/updatecss.sh
+++ b/bin/updatecss.sh
@@ -28,7 +28,7 @@
));
if (empty($opts['dir'])) {
- print "Skin directory not specified (--dir). Using skins/ and plugins/skins/.\n";
+ print "Skin directory not specified (--dir). Using skins/ and plugins/*/skins/.\n";
$dir = INSTALL_PATH . 'skins';
$dir_p = INSTALL_PATH . 'plugins';
--
Gitblit v1.9.1