Changeset 53624 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install_service/init_template.sh
r44529 r53624 30 30 cr=" 31 31 " 32 tab=" 32 tab=" " 33 33 IFS=" ${cr}${tab}" 34 34 'unset' -f unalias -
trunk/src/VBox/Installer/linux/install_service/install_service.sh
r44529 r53624 18 18 cr=" 19 19 " 20 tab=" 20 tab=" " 21 21 IFS=" ${cr}${tab}" 22 22 'unset' -f unalias -
trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh
r45255 r53624 20 20 # debugging when you suspect that something isn't working as specified. 21 21 22 tab=" 22 tab=" " 23 23 tmpbase="/tmp/tstInstallInit 99" # Space in the name for a little stress... 24 24 if [ -n "${TESTBOX_PATH_SCRATCH}" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.