mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
ksh bug, does not like local
This commit is contained in:
parent
3159a2273a
commit
954f1bff1b
1 changed files with 0 additions and 4 deletions
|
@ -7,8 +7,6 @@ concat_path ()
|
|||
exit
|
||||
fi
|
||||
|
||||
local addition
|
||||
|
||||
addition=$1
|
||||
|
||||
if [ -d "${addition}" ] ; then
|
||||
|
@ -29,8 +27,6 @@ concat_manpath ()
|
|||
exit
|
||||
fi
|
||||
|
||||
local addition
|
||||
|
||||
addition=$1
|
||||
|
||||
if [ -d "${addition}" ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue