diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-15 00:05:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-15 00:05:52 (GMT) |
commit | 9a3eeb982ec74c4ac47e65ca4d975781b04fe4a8 (patch) | |
tree | abb2b2d60b28f843b19f86341ce68b25861d3d0d | |
parent | bcfec605e5737023d0a0a8f4a8deaf4f402c16d3 (diff) | |
download | linhes_dev-9a3eeb982ec74c4ac47e65ca4d975781b04fe4a8.zip |
Change the example to be a command that works.
-rwxr-xr-x | build_tools/bin/update_db_repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh index c4d38cf..b95ab7c 100755 --- a/build_tools/bin/update_db_repo.sh +++ b/build_tools/bin/update_db_repo.sh @@ -6,7 +6,7 @@ if [ $# -ne 2 ] then echo "incorrect number of args" echo "update_db_repo directory repo" - echo "EX: update_db_repo /data/local/pkg_repo/i686/core-testing core-testing" + echo "EX: update_db_repo /data/pkg_repo/i686/core-testing core-testing" exit 1 fi |