summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
committerDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
commit4835b5090fa075441acdfe6da045b3a893aa6b2b (patch)
treee9053c5a33fdb6e6a482a5d5d0b595576595dbd3 /test.sh
parented28bd25e3055ff9134eb655be37c076f9bf67fe (diff)
Fix warnings.
Diffstat (limited to 'test.sh')
-rwxr-xr-x[-rw-r--r--]test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.sh b/test.sh
index f04974e..4f1fa36 100644..100755
--- a/test.sh
+++ b/test.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-wd=$( dirname $0 )
+wd=$(dirname "$0")
-${wd}/uryuomoco2english <${wd}/uryuomoco | diff - ${wd}/english &&
-${wd}/english2uryuomoco <${wd}/english | diff - ${wd}/uryuomoco
+"$wd"/uryuomoco2english < "$wd"/uryuomoco | diff - "$wd"/english &&
+"$wd"/english2uryuomoco < "$wd"/english | diff - "$wd"/uryuomoco