From 97a608633fd3fe187af5b1269fcc3398add75901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 26 Aug 2015 22:40:54 -0300 Subject: porting db-pkg-rm (db-repo-remove) from xbs, fix comments from db-pkg-add, db-init and fix db-pkg-add --- src/bin/db-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/db-init') diff --git a/src/bin/db-init b/src/bin/db-init index 73b467f..489c845 100755 --- a/src/bin/db-init +++ b/src/bin/db-init @@ -23,7 +23,7 @@ for '_platform' in "${PLATFORMS[@]}"; do mkdir -p -- "${PKG_MAIN_POOLS}" "${SRC_MAIN_POOLS}" "${CLEANUP_DESTDIR}" "${SOURCE_CLEANUP_DESTDIR}" "${STAGING}" else - die "This ${plataform} doesn't exist" + die "This %s plataform doesn't exist" "${plataform}" fi donw fi -- cgit v1.2.3-2-g168b