Aleksander Machniak
2013-05-16 ac5b58bac4a1760106da301b1c2c6c81103058d6
Small fix to the printed debug message
1 files modified
2 ■■■ changed files
bin/updatecss.sh 2 ●●● patch | view | raw | blame | history
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';