summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3f4af93..7bc4517 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Import packages
---------------
Import individual packages by feeding them to importpkg.py:
- ls -t /var/cache/apt/archives/*.deb | while read f; echo $f; ./importpkg.py < $f || break; done
+ ls -t /var/cache/apt/archives/*.deb | while read f; do echo $f; ./importpkg.py < $f || break; done
Import a full mirror::