Merge branch 'master' of github.com:amix/vimrc
This commit is contained in:
commit
8c90331742
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ catch
|
||||||
endtry"
|
endtry"
|
||||||
|
|
||||||
if [ $2 == "--all" ]; then
|
if [ $2 == "--all" ]; then
|
||||||
USERS=($(ls -l /home | awk '{if(NR>1)print $9}'))
|
USERS=($(ls /home))
|
||||||
for user in ${USERS[*]}; do
|
for user in ${USERS[*]}; do
|
||||||
homepath=$(eval echo "~$user")
|
homepath=$(eval echo "~$user")
|
||||||
IFS=''
|
IFS=''
|
||||||
|
|
Loading…
Reference in a new issue