Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Formatting
Matthew Seaman committed 12 years ago
commit 495126db535866f3fbd56224c3bc5dc25bd3caff
parent ff261ee
1 file changed +4 -4
modified pkg/utils.c
@@ -206,10 +206,10 @@ info_flags(unsigned int opt, bool remote)
			 PKG_LOAD_ANNOTATIONS     |
			 PKG_LOAD_DEPS;
		if (!remote) {
-
			flags |= PKG_LOAD_FILES      |
-
				PKG_LOAD_DIRS            |
-
				PKG_LOAD_USERS           |
-
				PKG_LOAD_GROUPS          |
+
			flags |= PKG_LOAD_FILES  |
+
				PKG_LOAD_DIRS    |
+
				PKG_LOAD_USERS   |
+
				PKG_LOAD_GROUPS  |
				PKG_LOAD_SCRIPTS;
		}
	}