|
@@ -1,6 +1,6 @@
|
1
|
1
|
#!/bin/bash
|
2
|
2
|
|
3
|
|
-. "$(shellfu-get path)" || exit 3
|
|
3
|
+. "$(sfpath)" || exit 3
|
4
|
4
|
|
5
|
5
|
shellfu import pretty
|
6
|
6
|
|
|
@@ -81,10 +81,10 @@ mkhead() {
|
81
|
81
|
echo "# shellfu version: $SHELLFU_VERSION"
|
82
|
82
|
echo "#"
|
83
|
83
|
echo
|
84
|
|
- echo "# neuter any shellfu and shellfu-get calls"
|
|
84
|
+ echo "# neuter any shellfu and sfpath calls"
|
85
|
85
|
echo "shellfu() { :; }"
|
86
|
|
- echo "shellfu-get() { echo /dev/null; }"
|
87
|
|
- #FIXME: this still assumes that shellfu-get and shellfu are
|
|
86
|
+ echo "sfpath() { echo /dev/null; }"
|
|
87
|
+ #FIXME: this still assumes that sfet and shellfu are
|
88
|
88
|
# not installed and needed in the script; ie. beats
|
89
|
89
|
# the use case when embedding is done to avoid
|
90
|
90
|
# conflict
|