• unknown's avatar
    BUG #13511 · 7a19e76c
    unknown authored
    Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' 
    install in "/"
    
    
    BUILD/SETUP.sh:
      BUG #13511
      
      test -n is for testing if a FILE is zero length! Plus, if the value is zero,
      we don't want to set it to that value, we want to leave it as it was 
      already set. We _want_ to set it _if_ it is _not_ zero. Changed to "! -z",
      which is for testing strings.
    7a19e76c
SETUP.sh 4.05 KB