Changeset 192 for quickinst/quickinst


Ignore:
Timestamp:
23.10.2008 14:34:33 (21 months ago)
Author:
henning
Message:

quickinst: syntax fix for vim syntax highlightening to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r191 r192  
    4040                -i) 
    4141                        [ ! -f $2 ] && 
    42                                 echo Package file \'$2\' does not exist. && 
     42                                echo "Package file '$2' does not exist." && 
    4343                                exit 1 
    4444                        addpkgs=$(cat $2 | tr "\n" " ") 
Note: See TracChangeset for help on using the changeset viewer.