Page MenuHomePhorge

No OneTemporary

diff --git a/scripts/repository/binary_safe_diff.sh b/scripts/repository/binary_safe_diff.sh
index 1473e804..b51d31a6 100755
--- a/scripts/repository/binary_safe_diff.sh
+++ b/scripts/repository/binary_safe_diff.sh
@@ -1,6 +1,8 @@
#!/bin/sh
diff "$@"
-if [ "$?" = "2" ]; then
+RES="$?"
+if [ "$RES" = "2" ]; then
exit 1
fi
+exit "$RES"

File Metadata

Mime Type
text/x-diff
Expires
Sun, Jan 19, 16:13 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126371
Default Alt Text
(344 B)

Event Timeline