From e103258e73f266e487132c3949800d182665d1e2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 10 Jan 2015 02:48:44 +0000 Subject: [PATCH] nb-install: Mode 755 --- bin/nb-install | 6 ++++++ etc/vim/checkscript.sh | 0 etc/vim/checkspell.sh | 0 etc/vim/choosesig.pl | 0 etc/vim/vim-shortcurts | 0 etc/vim/vim-shortcurts-stdin | 0 etc/vim/vim-shortcurts.new | 0 etc/vim/vim-template-0.3.0.zip | Bin etc/vim/vimplate-dump | 0 9 files changed, 6 insertions(+) mode change 100644 => 100755 etc/vim/checkscript.sh mode change 100644 => 100755 etc/vim/checkspell.sh mode change 100644 => 100755 etc/vim/choosesig.pl mode change 100644 => 100755 etc/vim/vim-shortcurts mode change 100644 => 100755 etc/vim/vim-shortcurts-stdin mode change 100644 => 100755 etc/vim/vim-shortcurts.new mode change 100644 => 100755 etc/vim/vim-template-0.3.0.zip mode change 100644 => 100755 etc/vim/vimplate-dump diff --git a/bin/nb-install b/bin/nb-install index 46bc25f8..36773690 100755 --- a/bin/nb-install +++ b/bin/nb-install @@ -81,6 +81,12 @@ elif [ -w /etc/profile ]; then fi +# +# Executable +# +verbose "Mode 755" +chmod 755 --changes $NB_ROOT/etc/vim/vim* $NB_ROOT/etc/vim/*.sh $NB_ROOT/etc/vim/*.pl + # # Bye # diff --git a/etc/vim/checkscript.sh b/etc/vim/checkscript.sh old mode 100644 new mode 100755 diff --git a/etc/vim/checkspell.sh b/etc/vim/checkspell.sh old mode 100644 new mode 100755 diff --git a/etc/vim/choosesig.pl b/etc/vim/choosesig.pl old mode 100644 new mode 100755 diff --git a/etc/vim/vim-shortcurts b/etc/vim/vim-shortcurts old mode 100644 new mode 100755 diff --git a/etc/vim/vim-shortcurts-stdin b/etc/vim/vim-shortcurts-stdin old mode 100644 new mode 100755 diff --git a/etc/vim/vim-shortcurts.new b/etc/vim/vim-shortcurts.new old mode 100644 new mode 100755 diff --git a/etc/vim/vim-template-0.3.0.zip b/etc/vim/vim-template-0.3.0.zip old mode 100644 new mode 100755 diff --git a/etc/vim/vimplate-dump b/etc/vim/vimplate-dump old mode 100644 new mode 100755 -- 2.47.3