Changeset 36681 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Apr 15, 2011 10:17:02 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/autorun.sh
r36658 r36681 50 50 case "$gxtpath" in ?*) 51 51 TITLE="VirtualBox Guest Additions installation" 52 TITLE_QUOTED=`quotify "$TITLE"` 53 BINARY=`quotify $i` 54 exec /bin/sh "$path/runasroot.sh" \ 55 "$TITLE" \ 56 "$gxtpath $gxttitle $TITLE_QUOTED $gxtexec $BINARY --xwin" \ 57 "Please try running $i manually." 52 BINARY="`quotify "$i"`" 53 exec "$gxtpath" "$gxttitle" "$TITLE" "$gxtexec" "$path/runasroot.sh" --has-terminal "$TITLE" "$BINARY --xwin" "Please try running "\""$i"\"" manually." 58 54 exit 59 55 ;;
Note:
See TracChangeset
for help on using the changeset viewer.