From 2264ad5c6ef98a63594f100f06f79bfd8668436a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Feb 2015 19:10:34 -0800 Subject: provide ability to link new themes/addons --- util/add_theme_repo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/add_theme_repo') diff --git a/util/add_theme_repo b/util/add_theme_repo index 5ccbccd3f..d2e4b21a5 100755 --- a/util/add_theme_repo +++ b/util/add_theme_repo @@ -18,19 +18,19 @@ cd view/theme for a in "${filelist[@]}" ; do base=`basename $a` if [ $base = '.git' ]; then - echo 'ignoring git' +# echo 'ignoring git' continue; fi if [ ! -d ../../extend/theme/$2/$base ]; then - echo $a 'not a directory' +# echo $a 'not a directory' continue; fi - echo linking $base if [ -x $base ]; then - echo $base 'file exists' +# echo $base 'file exists' continue; fi + echo linking $base ln -s ../../extend/theme/$2/$base $base done -- cgit v1.2.3