Results 1 to 1 of 1
Is this because of the bash version?
For example in centos to compare 2 strings I use ==.
The man for [ on ubuntu says to use = for string ...
- 01-21-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 1
Shell scripts from centos not working on ubuntu
Is this because of the bash version?
For example in centos to compare 2 strings I use ==.
The man for [ on ubuntu says to use = for string comparison.
My target is to move one build system made from bash scripts from centos to ubuntu.
Is there any converter/normalizer of shell scripts?


Reply With Quote