Waitrud Weber’s blog

things and reminders for memories

2019-03-18から1日間の記事一覧

Code Analyzer : RANLIB.csh from xv : we need to convert it to bash shell.

We need to convert RANLIB.csh to bash shell. RANLIB.csh 1 :#!/bin/csh -f 2 :# 3 :# tests to see if the program 'ranlib' exists. If it does, runs ranlib on 4 :# the first argument (a library name). Otherwise, does nothing, and returns 5 :# …