aboutsummaryrefslogtreecommitdiff
path: root/math/linbox/files/patch-interfaces_maple_lb-maple-path.sh
blob: f40d034ad2177828247186da3d97e52da5d099fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- interfaces/maple/lb-maple-path.sh.orig	2021-12-14 10:16:03 UTC
+++ interfaces/maple/lb-maple-path.sh
@@ -1,7 +1,7 @@
-#!/usr/bin/sh
+#! /bin/sh
 
 if test -r "lb-maple.mpl.bak"; then
     mv lb-maple.mpl.bak lb-maple.mpl
 fi
 
-sed -e "s|lbpathvalue|lbpath:=\"$1\";|" -i.bak lb-maple.mpl  
\ No newline at end of file
+sed -e "s|lbpathvalue|lbpath:=\"$1\";|" -i.bak lb-maple.mpl