summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 4ea796c..1f14476 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -297,7 +297,7 @@ check_prereqs () {
install+=$1
}
- (source prereqs)
+ source prereqs
if [[ -n $install ]] {
info "$1 requires the following packages: $install\n"