Update package-all.sh
This commit is contained in:
parent
614c3ff3bc
commit
77ce16af7c
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
#move to script directory so all relative paths work
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
#includes
|
||||
. ../config.sh
|
||||
. ../colors.sh
|
||||
. ../environment.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue