-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:
Solaris 10
When starting FishEye with an unmodified fisheyectl.sh it will fail on Solaris with the following error:
bin/fisheyectl.sh: syntax error at line 49: `FISHEYE_OPTS=$' unexpected
the reason to this is Solaris' ``/bin/sh'', which is not a bash.
The fix is trivial – if you're using Bash features such as $(command), you should also use #!/bin/bash in the script.