summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/selfstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selfstrap b/src/selfstrap
index 4492d67..686566f 100755
--- a/src/selfstrap
+++ b/src/selfstrap
@@ -204,6 +204,8 @@ parse_apt_simul_line()
204 action=$1 204 action=$1
205 package=$2 205 package=$2
206 version=${3#\(} 206 version=${3#\(}
207 version=${version#\[}
208 version=${version%]}
207 shift 3 209 shift 3
208 210
209 while [ "$1" ]; do 211 while [ "$1" ]; do