# | Line 174 | Line 174 | endif | |
---|---|---|
174 | rm ${LOCALIZATIONDIR}/custom.mk | |
175 | endif | |
176 | ||
177 | + | # Must create the scripts subdirectory before the call to gen_init.csh |
178 | + | if (!(-d scripts)) then |
179 | + | mkdir scripts |
180 | + | endif |
181 | + | |
182 | if (!(-e configsdp.txt)) then | |
183 | if (!(-e config.local)) then | |
184 | echo "Error: config.local not found. If you have a saved version of this" | |
# | Line 261 | Line 266 | endif | |
266 | endif | |
267 | ||
268 | echo "Setting links to scripts..." | |
264 | – | if (!(-d scripts)) then |
265 | – | mkdir scripts |
266 | – | endif |
269 | cd scripts | |
270 | ||
271 | # Sums scripts |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |