Making Build Script work on SUSE Linux
Novell Cool Solutions: Tip
By Bjoern Gaul
|
Digg This -
Slashdot This
Posted: 30 May 2003 |
We found that the build script for ZENworks 3.20.1 SP1 doesn't work on SUSE Linux. The problem is, that the ash-shell didn't accept the test command without more parameters. It will work fine if you use the bash or sh.
What to do:
Just change the first line of the buildImages.s Script
- Before change: #!/bin/ash
- After change: #!/bin/bash
If you have any questions you may contact Bjoern at bjoern.gaul@keb.de
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

