*** empty log message ***
[h316.git] / lib / fortran / script / def_recipe.sh
index 9733b95dab06df1b3d96c77fa9bd13ad61c6026e..9d02f7a075e0f6e030b38cbc4e708bb36d7154a7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-# Stelle Rezept für die gegebene Bibliothek her
+# Output a default receipe file from a given library
 
 ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{printf("org/%s\n",$1);}' 
\ No newline at end of file