summarylogtreecommitdiffstats
path: root/pokeshell.install
diff options
context:
space:
mode:
Diffstat (limited to 'pokeshell.install')
-rw-r--r--pokeshell.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokeshell.install b/pokeshell.install
index 592c94f971a4..ed481d21e3e7 100644
--- a/pokeshell.install
+++ b/pokeshell.install
@@ -7,7 +7,7 @@ post_install() {
echo ""
echo "function fish_greeting"
echo " set r (random)"
- echo " cat /usr/share/pokeshell/(math \"$r % 151 + 1\").pokemon"
+ echo " cat /usr/share/pokeshell/(math \"\$r % 151 + 1\").pokemon"
echo "end"
}
@@ -20,6 +20,6 @@ post_upgrade() {
echo ""
echo "function fish_greeting"
echo " set r (random)"
- echo " cat /usr/share/pokeshell/(math \"$r % 151 + 1\").pokemon"
+ echo " cat /usr/share/pokeshell/(math \"\$r % 151 + 1\").pokemon"
echo "end"
}