summaryrefslogtreecommitdiff
path: root/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'fetch')
-rwxr-xr-xfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch b/fetch
index 65f9be2..b8967e3 100755
--- a/fetch
+++ b/fetch
@@ -9,7 +9,7 @@ repourl="http://jenkins/jenkins/debian"
case "$package" in
lib?*)
- subdir=$(echo "$package" | cut -c1-4)
+ subdir=$(echo "$package" | cut -c1-4)
;;
*)
subdir=$(echo "$package" | cut -c1)