summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-12-29 22:31:33 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-29 22:31:33 +0100
commit830f8f87e1ede09a8c827c1a93aa4ed5db66f0b6 (patch)
treefdbc4c1255184690d7ff46843554ebb2b30a44d1 /db-update
parent81efd3d8cd39d07930b18dcd8f904153500bfbf3 (diff)
downloaddbscripts-830f8f87e1ede09a8c827c1a93aa4ed5db66f0b6.tar.gz
dbscripts-830f8f87e1ede09a8c827c1a93aa4ed5db66f0b6.tar.xz
Remove an if check for old staging 'add' dirs
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update4
1 files changed, 1 insertions, 3 deletions
diff --git a/db-update b/db-update
index 2a9dd6e..254a6f9 100755
--- a/db-update
+++ b/db-update
@@ -95,9 +95,7 @@ if [ -d "${stagedir}/add" ]; then
echo "Please delete staging/<reponame>/{add,del}"
echo " and ensure you are using the newest devtools"
echo "--------------------------------------------------"
- if [ -e "${stagedir}/add/"* ]; then
- /bin/mv "${stagedir}/add/"* "$stagedir/"
- fi
+ /bin/mv "${stagedir}/add/"* "$stagedir/"
fi
to_add=""