~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to chdist-mainonly

  • Committer: Colin Watson
  • Date: 2013-07-04 15:48:55 UTC
  • Revision ID: cjwatson@canonical.com-20130704154855-9gvm7a9o4m9gt7ft
chdist-mainonly: fix syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
shift 2
7
7
 
8
8
sourceslist="$HOME/.chdist/$dist/etc/apt/sources.list"
9
 
if [ ! -e "$sourceslist" ]
 
9
if [ ! -e "$sourceslist" ]; then
10
10
        exec chdist "$cmd" "$dist" "$@"
11
11
fi
12
12