Cleaned up export-pack script
This commit is contained in:
parent
2aeab1a5f3
commit
9c258533d4
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
echo $PWD
|
||||
|
||||
if [ ! -d release ]; then
|
||||
mkdir release
|
||||
|
|
|
|||
Loading…
Reference in a new issue