Преглед изворни кода

Fix labels in refer compile command

Frans Bergman пре 4 година
родитељ
комит
cf38cd64f6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .scripts/compiler

+ 1 - 1
.scripts/compiler

@@ -1,2 +1,2 @@
 #!/bin/sh
-refer -PS -e -kt -p ~/git/university-documents/bibliography "$1" | pic | groff -ms -mpic -e -k -t -U -T ps > "${1%.*}.ps"
+refer -PS -e -p ~/git/university-documents/bibliography "$1" | pic | groff -ms -mpic -e -k -t -U -T ps > "${1%.*}.ps"