Changeset 36759 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 20, 2011 4:40:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/autorun.sh
r36684 r36759 51 51 TITLE="VirtualBox Guest Additions installation" 52 52 BINARY="`quotify "$i"`" 53 exec "$gxtpath" "$gxttitle" "$TITLE" "$gxtexec" "$path/runasroot.sh" --has-terminal "$TITLE" "$BINARY --xwin" "Please try running "\""$i"\"" manually."53 exec "$gxtpath" "$gxttitle" "$TITLE" "$gxtexec" /bin/sh "$path/runasroot.sh" --has-terminal "$TITLE" "/bin/sh $BINARY --xwin" "Please try running "\""$i"\"" manually." 54 54 exit 55 55 ;;
Note:
See TracChangeset
for help on using the changeset viewer.